Aptos Unity SDK
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Aptos.Accounts.Ed25519Bip32 Class Reference

An implementation of Ed25519 based BIP32 key generation. More...

Public Member Functions

 Ed25519Bip32 (byte[] seed)
 Initialize the ed25519 based bip32 key generator with the passed seed.
 
byte[] byte[] ChainCode DerivePath (string path)
 

Public Attributes

byte[] Key
 Derives a child key from the passed derivation path.
 

Detailed Description

An implementation of Ed25519 based BIP32 key generation.

Constructor & Destructor Documentation

◆ Ed25519Bip32()

Aptos.Accounts.Ed25519Bip32.Ed25519Bip32 ( byte[]  seed)
inline

Initialize the ed25519 based bip32 key generator with the passed seed.

Parameters
seedThe seed.

Member Data Documentation

◆ Key

byte [] Aptos.Accounts.Ed25519Bip32.Key

Derives a child key from the passed derivation path.

Parameters
pathThe derivation path.
Returns
The key and chaincode.
Exceptions
FormatExceptionThrown when the passed derivation path is invalid.

The documentation for this class was generated from the following file: