TransferChain Docs
CtrlK
  • Introduction to TransferChain
    • Why TransferChain
    • Who is using TransferChain
    • About
  • Client SDKs & Network
    • Getting Started
      • Introduction to TransferChain SDKs & Network
      • FAQ
      • Prerequisites
  • Blockchain Read Node
    • WebSocket Client
      • Javascript
      • GO
  • S4
    • About
    • Using TransferChain S4
      • Initialize
      • Account
      • Storage
      • Transfer
      • Blockchain
    • Authentication and Access Credentials
  • Core Concepts
    • Understanding TransferChain
    • Cryptography
      • Authentication & Authorization
      • Encryption
      • Elliptic-Curve
      • Address Generation
    • Blockchain
      • Decentralization
      • Architecture
    • Data Distribution
    • Immutability
    • Data Redundancy
    • Multi Region Availability
    • Secure Messaging
    • Overview of TransferChain System Components
  • Management & Roles
    • TransferChain Management Portal
    • User Roles
  • Billing & Payment
    • Developer Plan
  • Resources
    • Blog
    • Support Center
    • Knowledge Base
    • Community
Powered by GitBook
On this page
  • Address Generation
  • Mnemonic Phrase Management (BIP39)
  1. Core Concepts
  2. Cryptography

Address Generation

Address Generation

Namely, the address is the first 20-bytes of the SHA512 hash of the raw 32-byte public key

Mnemonic Phrase Management (BIP39)

TransferChain uses address generation from BIP39 standards. Control your own private key through your unique phrases. This structure prevents unauthorized access to your data and gives your full control

PreviousElliptic-CurveNextBlockchain

Last updated 1 year ago