Crate cess_fr32[−][src]
Structs
An io::Reader
that converts unpadded input into valid Fr32
padded output.
Enums
Functions
Takes a slice of bytes (little-endian, non-Montgomery form) and returns an Fr if byte slice is exactly 32 bytes and does not overflow. Otherwise, returns a BadFrBytesError.
Converts a slice of 32 bytes (little-endian, non-Montgomery form) into an Fr::Repr
by
zeroing the most signficant two bits of le_bytes
.
Takes an Fr and returns a vector of exactly 32 bytes guaranteed to contain a valid Fr.
Padding process.