pub fn hash_to_scalar_dst(
    bytes: &[u8],
    dst: &[u8],
    context_string: &[u8]
) -> Result<P256Scalar, Error>