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

Cardano (ADA) founder Charles Hoskinson makes strong statements during a big decline

2026-06-04

Cardano (ADA) founder Charles Hoskinson makes strong statements during a big decline

2026-06-04

XRP Price Drops to Four-Month Low: Charts Indicate Signal Selling, On-Chain Data Turns Bearish

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

    Cardano (ADA) founder Charles Hoskinson makes strong statements during a big decline

    2026-06-04

    Cardano (ADA) founder Charles Hoskinson makes strong statements during a big decline

    2026-06-04

    ampersend and TRM Labs launch real-time compliance screening for AI agents

    2026-06-04

    Securitize introduces the first onchain private credit fund on TRON

    2026-06-04

    Cardano fuels Brazil’s Olympic technology push with blockchain and AI

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

    Bank of England stablecoin caps may choke the UK’s pound-token market before launch

    2026-06-03

    Europe is actively trying to stop the takeover of the dollar stablecoin

    2026-06-01

    How a disputed $1 billion claim became a powerful weapon against prediction markets

    2026-05-31

    The US says it has captured Iran’s cryptocurrency with a $1 billion seizure

    2026-05-31

    Hyperliquid’s HYPE rally is bigger than a new all-time high

    2026-05-31
  • Analysis

    Bitcoin’s selloff is creating the short-heavy setup that could quickly reverse this

    2026-06-04

    Wedbush’s Dan Ives sees 30% upside for ‘mispriced’ Mag 7 stock, says AI could reach monetization stage in coming months

    2026-06-04

    Ethereum price dips below $1,800, leaving the bulls on the ropes

    2026-06-04

    Rumor had it that Zcash stopped working

    2026-06-04

    Rumor had it that Zcash stopped working

    2026-06-04
  • Learn

    Best Cryptos with Real-World Utility to Buy in 2026

    2026-06-04

    Williams %R Indicator in Crypto: How to Use %R in Crypto Trading

    2026-06-03

    What Is a Semi-Fungible Token? SFT Crypto Explained

    2026-06-02

    Pennant Chart Pattern in Crypto: How Bullish and Bearish Pennants Work

    2026-06-02

    Head and Shoulders Crypto Pattern: How It Works and How to Read It

    2026-06-01
  • 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  Crypto -Game infected ditch base for Solana about 'Question' problems, Pushback follows

“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  Tron at the top blockchain revenue rankings for April 2025, surpassed Ethereum and Solana

“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

Cardano (ADA) founder Charles Hoskinson makes strong statements during a big decline

2026-06-04

Cardano (ADA) founder Charles Hoskinson makes strong statements during a big decline

2026-06-04

ampersend and TRM Labs launch real-time compliance screening for AI agents

2026-06-04

Securitize introduces the first onchain private credit fund on TRON

2026-06-04
Add A Comment

Comments are closed.

Top Posts

3 Altcoins for October 2023 that can do this

2023-10-13

Analyst Says Bitcoin Price Peak Is Above $225,000, Timeline Will Shock You

2024-12-22

Neem deel aan de strijd om voorspellingsapps om te zetten in non-stop casino’s met hefboomwerking

2026-04-22
Editors Picks

New XRP ETF -Inspection warns of the risk of whale manipulation

2025-09-28

Bulls eye new top leg

2025-06-15

Don’t Sell Your Bitcoin Yet: This Executive Explains Why You Should HODL BTC

2024-03-15

Billionaire Chase Coleman Abruptly Dumps $3,490,202,000 in Meta and Buys Tech Stocks That Have Soared Twice in Six Months

2026-01-10

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

Cardano (ADA) founder Charles Hoskinson makes strong statements during a big decline

Cardano (ADA) founder Charles Hoskinson makes strong statements during a big decline

XRP Price Drops to Four-Month Low: Charts Indicate Signal Selling, On-Chain Data Turns Bearish

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.