Documentation ¶
Index ¶
Constants ¶
View Source
const ( XPrv_Size = 96 SignatureLength = 64 )
Variables ¶
This section is empty.
Functions ¶
func MakePublicKey ¶
func MakePublicKey(extendedSecret []byte) [crypto.PublicKeyLen]byte
Types ¶
type PrivateKey ¶
type PrivateKey []byte
type PublicKey ¶
type PublicKey []byte
func (PublicKey) Hash ¶
func (pub PublicKey) Hash() crypto.Ed25519KeyHash
type XPrv ¶
type XPrv []byte
func FromBip39Entropy ¶
implements https://github.com/Emurgo/cardano-serialization-lib/blob/0e89deadf9183a129b9a25c0568eed177d6c6d7c/rust/src/chain_crypto/derive.rs#L30 implements https://github.com/Emurgo/cardano-serialization-lib/blob/0e89deadf9183a129b9a25c0568eed177d6c6d7c/rust/src/crypto.rs#L123
func NormalizeBytesForce3rd ¶
Click to show internal directories.
Click to hide internal directories.