pub fn blake2b256_of_sig(sig: &UserSignature) -> DigestExpand description
Compute the Blake2b256 hash of the serialized (flag-prefixed) bytes of a
[UserSignature], matching the digest used for
non-MoveAuthenticator signatures by
[UserSignature::auth_digest].