mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-03 19:53:40 +00:00
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
|
||
|---|---|---|
| .. | ||
| arithmetic | ||
| fields | ||
| arithmetic.rs | ||
| curves.rs | ||
| fields.rs | ||
| hashtocurve.rs | ||
| lib.rs | ||
| macros.rs | ||
| pallas.rs | ||
| vesta.rs | ||