mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-01 08:12:14 +00:00
38f87c2e73
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. |
||
---|---|---|
.. | ||
gadgets | ||
groth16 | ||
domain.rs | ||
gadgets.rs | ||
lib.rs | ||
multicore.rs | ||
multiexp.rs |