librustzcash/pairing/benches
Jack Grigg 1761ebfb35 ff: Remove SqrtField trait
The sqrt() function is now part of the Field trait. ff_derive returns an
error on fields for which it does not support generating a square root
function.

Note that Fq6 and Fq12 in pairing::bls12_381 leave the function
unimplemented. They will be dropped once the migration to the bls12_381
crate is complete. The equivalent structs in that crate are not exposed.
2020-05-02 16:07:48 +12:00
..
bls12_381 ff: Remove SqrtField trait 2020-05-02 16:07:48 +12:00
pairing_benches.rs Migrate pairing benchmarks to criterion 2019-12-19 16:46:16 -06:00