Expand description
Cryptographic utilities for use by the domain types
Functionsยง
- blake2b
- Computes a BLAKE2b hash of arbitrary static length for given
data - cardano_
spo_ public_ key_ and_ signature - Signs the Plutus data bytes of
datum_msgusingkeyand returns it together with the verification key. - hash
- Crates a 32 bytes (256 bits) BLAKE2b hash of the Plutus datum representation of
msg - sc_
public_ key_ and_ signature - Calculates the public key and signature for given private key and hashed data.
- sc_
public_ key_ and_ signature_ for_ datum - Signs the Plutus data bytes of
datum_msgusingkeyand returns it together with the verification key.