Expand description
Traits for handling hash to curve.
Traits§
- Group
Digest - Hash arbitrary byte sequences to a valid group element.
Functions§
- encode_
from_ bytes - Computes the encode to curve routine.
See
GroupDigest::encode_from_bytes()for more details. - hash_
from_ bytes - Computes the hash to curve routine.
See
GroupDigest::hash_from_bytes()for more details. - hash_
to_ scalar - Computes the hash to field routine according to https://www.rfc-editor.org/rfc/rfc9380.html#section-5-4 and returns a scalar.