pub fn hash_to_scalar(
    msg: &[u8],
    dst: &[u8],
    count: usize
) -> Result<Vec<P256Scalar>, Error>
Expand description

Hash a message to a P256 scalar.