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

Travala integrates AI booking on the base to improve the travel experience

2026-06-25

Travala integrates AI booking on the base to improve the travel experience

2026-06-25

2026 Not the Same as 2024 Because Long-Term Bitcoin Holders ‘Do the Opposite’

2026-06-25
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

    Travala integrates AI booking on the base to improve the travel experience

    2026-06-25

    Travala integrates AI booking on the base to improve the travel experience

    2026-06-25

    My Wallet Multichain Wallet reaches 11 chains: 9 million users, no migration

    2026-06-25

    RareSkills and Starknet Foundation publish free advanced developer course for Starknet

    2026-06-24

    Ispoverse Leverages 4AI BNB to Power Decentralized AI Marketplaces in the BNB Chain

    2026-06-24
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Crypto finally has a CLARITY Act date

    2026-06-24

    The US Treasury Department’s $10 billion scam alert shows why crypto is rushing itself into the police force

    2026-06-24

    Stablecoins in Britse ponden gemaximeerd op $53 miljard, terwijl de Bank of England stablecoin-regels vastlegt

    2026-06-22

    De Amerikaanse toekomst van crypto-daders zal worden bepaald door hoe toezichthouders besluiten ze te noemen

    2026-06-22

    De MiCA-deadline zal waarschijnlijk kleinere crypto-apps naar gelicentieerde bewaarrails verplaatsen

    2026-06-22
  • Analysis

    Tokenized Shares of SpaceX Betting on More than $50 Million in Liquidations as Crypto Leverage Hits Wall Street

    2026-06-25

    US Bitcoin buying turns negative as BTC moves closer to the $57,300 liquidation trap

    2026-06-24

    Why Viral Public Whale Liquidations Are Becoming A Real Trading Signal On Hyperliquid

    2026-06-24

    Saylor’s STRC Bitcoin-machine verandert aandeelhouders in zijn cash backstop

    2026-06-24

    Why Bitcoin crashed below $60,000 because support fails when buyers are needed most

    2026-06-24
  • Learn

    Most Profitable Crypto to Mine in 2026: Best Altcoins for Mining

    2026-06-23

    Bitcoin Alternatives: Our Top Altcoin Picks for You in 2026

    2026-06-23

    What Is a Bull Flag Pattern in Crypto and How to Use It

    2026-06-20

    What Is OTC Trading? Over-the-Counter Trading Explained

    2026-06-20

    The Top 10 Bitcoin Wallets in 2026

    2026-06-20
  • 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  Bitcoin Price Poised for Another Rise: The Next Step Awaits

“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  How $ 2.50 level could decide his next step

“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

Travala integrates AI booking on the base to improve the travel experience

2026-06-25

Travala integrates AI booking on the base to improve the travel experience

2026-06-25

My Wallet Multichain Wallet reaches 11 chains: 9 million users, no migration

2026-06-25

US Bitcoin buying turns negative as BTC moves closer to the $57,300 liquidation trap

2026-06-24
Add A Comment

Comments are closed.

Top Posts

Ethereum -Prize profits fade because important barriers hold, another dip possible

2025-08-21

Ripple CTO reveals why the company currently does not use XRPL DEX for payments

2025-07-30

US lawmaker questions SEC on GBTC redemptions

2023-05-12
Editors Picks

XRP will hold the 2014-2017 bullish pattern unless this happens

2024-07-05

Cratainetwork and Pathpulse partner to power AI-driven smart cities and decentralized mobility

2025-03-06

Michael Saylor narrows the threat of Quantum Computing for Bitcoin – ‘Not worried’

2025-06-10

Spot Bitcoin ETF Outpaces Competitors – Is Institutional Demand Back?

2024-11-19

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

Travala integrates AI booking on the base to improve the travel experience

Travala integrates AI booking on the base to improve the travel experience

2026 Not the Same as 2024 Because Long-Term Bitcoin Holders ‘Do the Opposite’

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.