Structsยง
- Bytes
ToField ๐ - Field
ToBytes ๐
Functionsยง
- bytes_
to_ field - Deterministic, infallible, invertible iterator adaptor to convert from arbitrary bytes to field elements.
- elem_
byte_ capacity - Return the number of bytes that can be encoded into a generic [
PrimeField
] parameter. - field_
to_ bytes - Deterministic, infallible inverse of
bytes_to_field
.