Function hash_to_curve::p256_hash::hash_to_field
source · pub fn hash_to_field(
msg: &[u8],
dst: &[u8],
count: usize
) -> Result<Vec<P256FieldElement>, Error>
Expand description
Hash a message to a P256 field element.