pirate-librustzcash/bellman/src
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
..
gadgets ff: Add PrimeField::ReprEndianness associated type 2020-05-02 18:54:02 +12:00
groth16 ff: Add PrimeField::ReprEndianness associated type 2020-05-02 18:54:02 +12:00
domain.rs ff: Move pow_vartime into a trait that is generic over the limb size 2020-03-28 00:27:59 +13:00
gadgets.rs Crate docs 2019-09-24 14:23:59 +01:00
lib.rs Move from Field::negate to Neg operator 2019-12-12 22:52:17 +00:00
multicore.rs Crate docs 2019-09-24 14:23:59 +01:00
multiexp.rs ff: Add PrimeField::ReprEndianness associated type 2020-05-02 18:54:02 +12:00