Mind Network Docs
  • 🧠 What is Mind Network
  • Background
    • 🔐 HTTPZ
  • 🚀 Challenges and Solutions
  • Research
    • 📚 FHE Research
      • FHE 101
      • FHE Validation
      • FHE Consensus
      • FHE Chain
      • FHE Transaction
      • FHE Scheme
      • FHE Data
  • Product
    • 🛠️ Product Overview
    • 🌐 AgenticWorld 🔥
      • AgenticWorld User Guide
        • DeepSeek Hub
        • World AI Health Hub
        • Agent Launch @ Mainnet
        • Agent Launch @ Testnet
      • Rewards Rule
      • Revenue and Payment
      • Bridge
    • ⛓️ MindChain
      • MindChain Developer Guide
    • 🌉 FHEBridge
      • FHEBridge Guide - Transfer
      • FHEBridge Guide - Bridge
      • FHEBridge Guide - Manage
    • MINDV (Ended)
      • MindV User Guide (Ended)
      • vFHE Explanation (Ended)
  • Usecase
    • DeepSeek Integrates FHE Rust SDK
    • MindX - Encrypted LLM
    • AI Agents Framework: ElizaOS and Virtuals
    • Multi-Agents: Swarms Shield Hub
    • World AI Health Hub
    • Fair Randomness in Decentralized Systems
    • FHE+TEE: Security in Decentralized AI Governance
    • Decentralized GPU Computation
    • MindLake - FHE Encrypted DataLake
  • Data Encryption
  • Crosschain Infra
  • Storage Secruity
  • Governance
    • $FHE
    • Tokenomics
    • Get $FHE
  • Community
    • 🪪 CitizenZ
    • 🎙️ FHECon
    • 🎤 X On My Mind
  • Deverloper Guide
    • Developer Overview
    • Hub Tutorial
      • SDK For Hub Framework
      • Validator Tutorial - Randgen Hub Voter as the example
  • Consensus Tutorial
  • Security and Privacy
    • Audit - FHEBridge
    • Audit - Restake
    • Multi-Sig & Timelock
    • Terms of Service
    • Privacy Policy
    • Mind Network Airdrop Terms of Service
    • Mind Network Airdrop Privacy Policy
  • Other
    • Airdrop User Guide
    • Early-bird Rewards
    • FAQ
    • Official Links
    • Brandkit
Powered by GitBook
On this page
  • Mind Network's Research Results:
  • Mind Network's Research Details:

Was this helpful?

  1. Research
  2. 📚 FHE Research

FHE Scheme

PreviousFHE TransactionNextFHE Data

Last updated 3 months ago

Was this helpful?

Mind Network's Research Results:

  • Peer-reviewed publication:

  • Ethereum Research: https://ethresear.ch/t/an-rsa-deterministic-key-generation-scheme-algorithm-and-security-analysis/19745

  • A true onchain randgen number generator by FHE: , ,

Mind Network's Research Details:

A deterministic key generation scheme is an encryption method that derives a secret key using a fixed seed and algorithm, ensuring consistent production of the same secret key for identical inputs. This approach streamlines key management by eliminating the need for separate key storage and enables straightforward backup and recovery through the use of a seed or master key. Nevertheless, it introduces security risks, particularly if the key is compromised. Therefore, safeguarding the initial seed or master key is paramount for upholding the security of the entire key hierarchy. In this paper, we rigorously describe a novel method for generating deterministic RSA keys from ECDSA signatures employing a Pseudo-Random NumberGenerator (PRNG). Subsequently, we conduct a comprehensive security analysis of this approach, demonstrating the security and collision resistance of the RSA keys generated.

The algorithm are listed in 3 steps.

A Security Analysis of a Deterministic Key Generation Scheme
Rust SDK
TypeScript SDK
Python SDK