pasta_curves-source/src
Volker Mische 870939ab03 Implement ec_gpu:GpuField for Fp/Fq
This commit introduces a new feature called "gpu", which enables an
`ec_gpu:GpuField` implementation of `Fp` and `Fq`. This enables the
field arithmetics to be run on a GPU.

The code to convert from a u64 to a u32 vector was taken from
07a84f9727/src/lib.rs (L102-L108)
2022-03-02 14:44:11 +01:00
..
arithmetic Merge pull request #28 from zcash/27-remove-std-feature-flag 2021-12-25 12:36:29 +00:00
fields Implement ec_gpu:GpuField for Fp/Fq 2022-03-02 14:44:11 +01:00
arithmetic.rs Remove std feature flag 2021-12-22 05:41:04 +00:00
curves.rs Changelog and comment cleanups 2022-01-03 13:56:07 +00:00
fields.rs Implement ec_gpu:GpuField for Fp/Fq 2022-03-02 14:44:11 +01:00
hashtocurve.rs Move FieldExt::get_lower_32 to SqrtRatio trait 2021-09-30 13:57:59 +01:00
lib.rs Remove std feature flag 2021-12-22 05:41:04 +00: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
vesta.rs Remove std feature flag 2021-12-22 05:41:04 +00:00