mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Thank Sean Bowe and Daira Hopwood in the README.
This commit is contained in:
parent
4a54f66a48
commit
1b52b4b7b7
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ turn a port of the reference `ref10` implementation. Most of this code,
|
|||
including the 32-bit field arithmetic, has since been rewritten.
|
||||
|
||||
The fast `u32` and `u64` scalar arithmetic was implemented by Andrew Moon, and
|
||||
the addition chain for scalar inversion was provided by Brian Smith.
|
||||
the addition chain for scalar inversion was provided by Brian Smith. The
|
||||
optimised batch inversion was contributed by Sean Bowe and Daira Hopwood.
|
||||
|
||||
The `no_std` support was contributed by Tony Arcieri.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue