pasta_curves-source/src
Volker Mische 67e5595702 Improve 64-bit to 32-bit limb conversion
The code base is now on Rust 1.56 and Rust edition 2021. As per
https://github.com/zcash/pasta_curves/pull/31#discussion_r824826344
the code can now be simplified. This commit is also adding a test
for the u64_to_u32 function.
2022-11-25 11:17:37 +01:00
..
arithmetic Migrate to ff revision with trait constants 2022-11-19 12:16:10 +00:00
fields Migrate to ff revision with trait constants 2022-11-19 12:16:10 +00:00
arithmetic.rs Remove std feature flag 2021-12-22 05:41:04 +00:00
curves.rs Migrate to ff revision with trait constants 2022-11-19 12:16:10 +00:00
fields.rs Improve 64-bit to 32-bit limb conversion 2022-11-25 11:17:37 +01:00
hashtocurve.rs Migrate to ff revision with trait constants 2022-11-19 12:16:10 +00:00
lib.rs Implement Serde for fields and curves 2022-10-14 15:32:57 +02:00
macros.rs Move Pasta implementations into root 2021-03-03 21:59:08 +00:00
pallas.rs Remove std feature flag 2021-12-22 05:41:04 +00:00
serde_impl.rs Implement serde for Ep, Eq 2022-11-20 14:17:08 -05:00
vesta.rs Remove std feature flag 2021-12-22 05:41:04 +00:00