pub fn from_vec(v: Vec<u8>) -> Result<RecordDigest, ParseError>
Expand description

Create a RecordDigest::Sha512 instance from the raw digest data.

Will fail if digest has incorrect length.