From 80f77bbc8a04df6d117d229f368cbd54f9d3ee8e Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 25 Jan 2018 18:00:17 -0800 Subject: [PATCH] Add more contributors --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ce3dd8..09077d3 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,12 @@ Golang ed25519 library](https://github.com/agl/ed25519), which was in turn a port of the reference `ref10` implementation. 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 -`no_std` support was contributed by Tony Arcieri. +the addition chain for scalar inversion was provided by Brian Smith. + +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 [x25519-dalek]: https://github.com/dalek-cryptography/x25519-dalek