Skip to main content

blake2b256_of_sig

Function blake2b256_of_sig 

Source
pub fn blake2b256_of_sig(sig: &GenericSignature) -> Digest
Expand description

Compute the Blake2b256 hash of the serialized (flag-prefixed) bytes of a GenericSignature, matching the digest used for non-MoveAuthenticator signatures by crate::transaction::auth_digest_for_sig.