@primordialomegazero/femmg-fhe
v22.4.0
Published
FEmmG-FHE: Zero-Anchor Noise Stabilization (ZANS) and Fibonacci-Decomposed Multiplication for Bootstrapping-Free FHE
Maintainers
Readme
@primordialomegazero/femmg-fhe v22.3.0
FEmmG-FHE: Bootstrapping-Free Fully Homomorphic Encryption
Zero-Anchor Noise Stabilization (ZANS) + Fibonacci-Decomposed Multiplication
🔥 Latest: IACR ePrint 2026
This package accompanies the paper:
FEmmG-FHE: Zero-Anchor Noise Stabilization and Fibonacci-Decomposed Multiplication for Bootstrapping-Free Fully Homomorphic Encryption
IACR ePrint: 2026/XXXX (pending)
Paper: paper/paper_expanded.pdf
Key Results
- ZANS Addition: 0.00002 bits/op (50,000× improvement)
- 1M+ operations without bootstrapping
- Fibonacci Multiplication: 19+ chain, 1.6 bits/op
- CKKS cross-validated
Install
npm install @primordialomegazero/femmg-fheQuick Start
const { FEmmgClient } = require('@primordialomegazero/femmg-fhe');
const client = new FEmmgClient();
const e1 = client.encrypt(42);
const e2 = client.encrypt(7);
// ZANS-stabilized operations
const eAdd = client.serverAdd(e1, e2);
console.log(client.decrypt(eAdd)); // 49Links
- GitHub: https://github.com/primordialomegazero/femmgFHE
- Paper: IACR ePrint 2026/XXXX
- License: MIT
"The primes dance to the rhythm of φ; the golden ratio is the music of mathematics." — ϕΩ0
