Documentation ¶
Overview ¶
Package slip10 implements the SLIP-0010 private key derivation scheme for Ed25519.
Index ¶
Constants ¶
View Source
const ( // SeedMinSize is the minimum seed byte sequence size in bytes. SeedMinSize = 16 // SeedMaxSize is the maximum seed byte sequence size in bytes. SeedMaxSize = 64 // ChainCodeSize is the size of a SLIP-0010 chain code in bytes. ChainCodeSize = 32 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainCode ¶
type ChainCode [ChainCodeSize]byte
ChainCode is a SLIP-0010 chain code.
Click to show internal directories.
Click to hide internal directories.