An implementation of Ed25519 based BIP32 key generation.
More...
|
| Ed25519Bip32 (byte[] seed) |
| Initialize the ed25519 based bip32 key generator with the passed seed.
|
|
byte[] byte[] ChainCode | DerivePath (string path) |
|
|
byte[] | Key |
| Derives a child key from the passed derivation path.
|
|
An implementation of Ed25519 based BIP32 key generation.
◆ Ed25519Bip32()
Aptos.Accounts.Ed25519Bip32.Ed25519Bip32 |
( |
byte[] |
seed | ) |
|
|
inline |
Initialize the ed25519 based bip32 key generator with the passed seed.
- Parameters
-
◆ Key
byte [] Aptos.Accounts.Ed25519Bip32.Key |
Derives a child key from the passed derivation path.
- Parameters
-
- Returns
- The key and chaincode.
- Exceptions
-
FormatException | Thrown when the passed derivation path is invalid. |
The documentation for this class was generated from the following file:
- Aptos.Accounts/Ed25519Bip32.cs