Module saito_rust::crypto [−][src]
Structs
A Merkle tree is a binary tree, with values of type T
at the leafs,
and where every internal node holds the hash of the concatenation of the hashes of its children nodes.
A (hashed) message input to an ECDSA signature
A Secp256k1 public key, used for verification of signatures
Secret 256-bit key used as x
in an ECDSA signature
An ECDSA signature
Constants
Statics
A global, static context to avoid repeatedly creating contexts where one can’t be passed
Functions
Create and return a keypair with the given hex u8 array as the private key