Expand description
Cryptographic utilities
Functionsยง
- bitcoin_
vec_ to_ signature - Convert a Bitcoin signature bytes, with the specified EcdsaSighashType, to Signature
- generate_
seed - Generate a seed
- hkdf_
sha256 - derive a secret from another secret using HKDF-SHA256
- maybe_
generate_ seed - Use the provided seed, or generate a random one
- schnorr_
signature_ to_ bitcoin_ vec - Convert a Signature to Bitcoin signature bytes, with SIGHASH_ALL
- sighash_
from_ heartbeat - Hash the serialized heartbeat message for signing
- signature_
to_ bitcoin_ vec - Convert a Signature to Bitcoin signature bytes, with SIGHASH_ALL