mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add more contributors
This commit is contained in:
parent
fbd84af767
commit
80f77bbc8a
1 changed files with 6 additions and 2 deletions
|
|
@ -108,8 +108,12 @@ Golang ed25519 library](https://github.com/agl/ed25519), which was in
|
||||||
turn a port of the reference `ref10` implementation.
|
turn a port of the reference `ref10` implementation.
|
||||||
|
|
||||||
The fast `u32` and `u64` scalar arithmetic was implemented by Andrew Moon, and
|
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
|
the addition chain for scalar inversion was provided by Brian Smith.
|
||||||
`no_std` support was contributed by Tony Arcieri.
|
|
||||||
|
The `no_std` support was contributed by Tony Arcieri.
|
||||||
|
|
||||||
|
Thanks also to Ashley Hauck, Lucas Salibian, and Manish Goregaokar for their
|
||||||
|
contributions.
|
||||||
|
|
||||||
[ed25519-dalek]: https://github.com/dalek-cryptography/ed25519-dalek
|
[ed25519-dalek]: https://github.com/dalek-cryptography/ed25519-dalek
|
||||||
[x25519-dalek]: https://github.com/dalek-cryptography/x25519-dalek
|
[x25519-dalek]: https://github.com/dalek-cryptography/x25519-dalek
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue