pirate-librustzcash/ff/ff_derive
Jack Grigg 38f87c2e73 ff: Add PrimeField::ReprEndianness associated type
This enables generic code to reliably operate on the bits of an encoded
field element, by converting them to and from a known (little)
endianness.

The BitAnd and Shr bounds on PrimeField are now removed, as users can
perform these operations themselves as needed.
2020-05-02 18:54:02 +12:00
..
src ff: Add PrimeField::ReprEndianness associated type 2020-05-02 18:54:02 +12:00
Cargo.toml Procedural macro for fixed-exponent variable-base modular exponentiation 2020-03-14 10:54:22 +13:00