pub fn blake2b256_of_sig(sig: &GenericSignature) -> DigestExpand 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.