Module chain_crypto

Modules§

algorithms
bech32
derive
digest
module to provide some handy interfaces atop the hashes so we have the common interfaces for the project to work with.
hash
module to provide some handy interfaces atop the hashes so we have the common interfaces for the project to work with.

Structs§

Blake2b256
Blake2b 256 bits
Ed25519
ED25519 Signing Algorithm
Ed25519Bip32
Ed25519 BIP32 Signature algorithm
Ed25519Extended
ED25519 Signing Algorithm with extended secret key
KeyPair
LegacyDaedalus
Legacy Daedalus algorithm
PublicKey
SecretKey
Sha3_256
Signature

Enums§

PublicKeyError
PublicKeyFromStrError
SecretKeyError
SignatureError
SignatureFromStrError
Verification

Traits§

AsymmetricKey
AsymmetricPublicKey
SecretKeySizeStatic
SigningAlgorithm
VerificationAlgorithm