pub fn hash_to_scalar( msg: &[u8], dst: &[u8], count: usize, ) -> Result<Vec<P256Scalar>, Error>
Hash a message to a P256 scalar.