Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Bitcoin Recovery May Not Come Until October, Scaramucci Says

2026-04-24

Ethereum price continues to rise, another drop could happen

2026-04-24

Ripple joins the BIS Taskforce to expand cross-border payments

2026-04-24
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    Ripple joins the BIS Taskforce to expand cross-border payments

    2026-04-24

    ZetaChain hires Kimi and Alibaba Qwen as AI models go cross-chain

    2026-04-24

    How P2P.org built a Solana transaction channel for teams that can’t afford to miss a slot

    2026-04-24

    60% of banks listed on SWIFT have a connection with Ripple

    2026-04-23

    Monthly Active Addresses Exploding – Analysis of the Spike in Layer-1 and Layer-2 Network Utilities

    2026-04-23
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    The US Admiral Who Destroyed Crypto Now Runs A Bitcoin Node For US Security

    2026-04-23

    The American Bankers Association is calling for a 60-day pause to prevent stablecoin rules from going live

    2026-04-23

    Banks Fund Crypto Attack Ads in Washington, as More Than 3,000 Banks Unite to Stop the Clarity Act from Passing the Senate

    2026-04-21

    Have rate refunds been purchased at 20 cents on the dollar by Cantor Fitzgerald, a stablecoin-backed Treasurys custodian?

    2026-04-21

    Crypto will enter the US banking system through a backdoor, not through regulation

    2026-04-18
  • Analysis

    Ethereum price continues to rise, another drop could happen

    2026-04-24

    Dogecoin (DOGE) Becomes Attractive: Bulls Target Major Upside Breakouts and Gains

    2026-04-24

    XRP Price Range Bound, Can Bulls Make the Next Big Move?

    2026-04-24

    Bitcoin Price Rally Approaches $80,000, Dips Could Attract New Buyers

    2026-04-23

    Cardano’s development teams want nearly $50 million for Bitcoin DeFi and Vision 2030

    2026-04-23
  • Learn

    Wall Street won’t stop buying. Bitcoin will not break out. What gives?

    2026-04-20

    Changelly launches ultimate DeFi Swap Flow and API for cross-chain and on-chain swaps

    2026-04-18

    What Is Etherscan? How to Use the Ethereum Block Explorer

    2026-04-17

    What Is a Crypto Faucet and How Does It Work?

    2026-04-17

    Crypto Bubbles Explained

    2026-04-17
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»Fully homomorphic encryption packages are one step closer to reality
Blockchain

Fully homomorphic encryption packages are one step closer to reality

2023-11-18No Comments4 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

Fhenix, a potential layer 2 network that aims to bring fully homomorphic encryption (FHE) to smart contracts, has unveiled a technical white paper for its first FHE rollup.

FHE itself is a form of encryption that guarantees the confidentiality of the data even when used, for example in smart contracts, because data can remain encrypted and processed without ever having to be decrypted.

This allows Ethereum and other EVM networks to process information privately, with potential applications related to private voting and confidential gaming, such as poker.

Read more: Encryption startup Fhenix raises $7 million for private computing

Unlike zero-knowledge (ZK) technology, FHE is completely private, Fhenix CEO Guy Itzhaki told Blockworks.

“With ZK, there is an entity called a prover that actually sees the information,” Itzhaki explains, “so the confidentiality comes from the fact that this prover is placed on the user side and produces the ZK proofs.”

One limitation is that it excludes use cases that require calculations based on data coming from multiple users, he said.

This is not the case for FHE-based systems, Itzahki said. With FHE, data and computation are performed on-chain, without the need for an processor or other entity.

“Our overall vision at Fhenix is ​​to create an FHE stack that allows developers to build applications with data confidentiality, and allows users to benefit from these applications by increasing their security and privacy levels,” he said.

FHE itself goes beyond just protecting privacy, Guy Zyskind, the founder of SCRT Labs (the team behind the Secret Network) told Blockworks.

See also  JASMY and Witz revolutionize authentication with AI Power for enhanced security

“This isn’t just about protecting people’s privacy; the lack of on-chain encryption is why we are very limited today in the applications we can build on blockchains. For example, consider creating an on-chain poker game. Without encryption, players’ hands would be visible to everyone, making the game unplayable,” he said.

Zyskind notes that existing privacy-focused blockchains rely heavily on zero-knowledge proofs, which fall short when it comes to integrating private data from multiple sources, such as in an on-chain poker game or a sealed-bid auction contract.

“Zero-knowledge proofs are more suitable for single-user scenarios, such as verifying age without revealing the exact date of birth. In these cases, zk-proofs are effective, but insufficient for complex multi-party private data integration, where FHE rollups become essential,” he said.

Using an optimistic rollup structure

The FHE rollup white paper outlines the use of an optimistic rollup structure, a decision, Itzahki notes, that allows the rollup to be both scalable and private.

While the use of a zk-rollup architecture isn’t completely out of the question, Itzahki explains that it would be difficult to create a rollup solution that combines two very powerful cryptographic systems.

“At the moment, the implementation of FHE via is optimistic [rollup structures] is much more efficient,” he says.

One of the key breakthroughs for Fhenix was coming up with an effective fraud resistance mechanism when using an optimistic rollup.

Read more: So your layer 2 is ‘secured by Ethereum’ – what does that mean?

Itzahki explains that the team has managed to introduce a tamper-proof mechanism using web assembly, a low-level computer language, that allows fraud verification to be performed in the same way as if the data were not encrypted.

See also  This is how Cosmos and Polkadot have forged closer bonds

“Rather than [running] On the native EVM itself, that mechanism allows us to check if the web assembly code is a change, and lets us know if there is a fraudulent transaction,” he said.

Modular design

The FHE package will be modular by design, meaning it will draw from several components to create the blockchain.

“We have a separation between the sequencer, validator and the data availability layer,” Itzahki said. “The data availability layer is usually Ethereum, then we at Fhenix will handle the sequencer and manage the execution, the validator and the prover.”

A modular design allows cryptographic innovations like FHE to be implemented more efficiently, allowing it to focus on its strengths where necessary.

“We don’t necessarily have to have that [FHE] through all components. That is why we opt for a modular design,” Itzahki adds.

Kyle Samani, managing partner at Multicoin Capital, an investor in Fhenix, said the rollup of the protocol is a first layer of its kind that will bring FHE onto the chain in a useful way.

“The white paper is a critical first step in helping developers realize that L2s can be used for more than just scaling. They can now be used to extend the functionality of applications into new design spaces,” said Samani.

Fhenix plans to launch the testnet of its first FHE rollup in the first quarter of 2024. It is unclear whether the rollup stack will be built open-source, although testing will be available for all interested projects.

Source link

closer encryption fully homomorphic packages Reality step
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Ripple joins the BIS Taskforce to expand cross-border payments

2026-04-24

ZetaChain hires Kimi and Alibaba Qwen as AI models go cross-chain

2026-04-24

How P2P.org built a Solana transaction channel for teams that can’t afford to miss a slot

2026-04-24

60% of banks listed on SWIFT have a connection with Ripple

2026-04-23
Add A Comment

Comments are closed.

Top Posts

Trump Memecoin earns $ 172 million for TopCrypto -fairs

2025-07-15

Trader Says Ethereum-Based Altcoin Looks Extremely Bullish, Updates Outlook for Polygon, Chainlink and XRP

2023-11-24

Ethereum leads Blockchain compensation income in 2024 by $ 2.48 billion in gas costs

2025-01-28
Editors Picks

Daily DEX volume is increasing, surpassing Ethereum by $400 million

2024-01-06

Support at $0.3389 is approaching with potential for a deeper decline

2024-08-31

$194.6 Million Outflow Hits Bitcoin ETFs – What This Means for BTC

2025-12-05

Traders make $579 million from the fund

2024-01-17

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Bitcoin Recovery May Not Come Until October, Scaramucci Says

Ethereum price continues to rise, another drop could happen

Ripple joins the BIS Taskforce to expand cross-border payments

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.