pub(crate) fn verifying_key_from_vec( bytes: &[u8], ) -> Result<VerifyingKey, Error>
Convert a Vector of bytes into an ED25519 verifying key.