sort
This commit is contained in:
parent
7555ae37f0
commit
45127e7bb9
64
AUTHORS
64
AUTHORS
@ -13,8 +13,6 @@ blake2 Jean-Philippe Aumasson
|
|||||||
|
|
||||||
chacha20 Daniel J. Bernstein
|
chacha20 Daniel J. Bernstein
|
||||||
|
|
||||||
salsa20 Daniel J. Bernstein
|
|
||||||
|
|
||||||
chacha20poly1305 Adam Langley
|
chacha20poly1305 Adam Langley
|
||||||
|
|
||||||
curve25519 Daniel J. Bernstein
|
curve25519 Daniel J. Bernstein
|
||||||
@ -29,11 +27,13 @@ ed25519 Daniel J. Bernstein
|
|||||||
|
|
||||||
poly1305 Daniel J. Bernstein
|
poly1305 Daniel J. Bernstein
|
||||||
|
|
||||||
siphash Jean-Philippe Aumasson
|
salsa20 Daniel J. Bernstein
|
||||||
Daniel J. Bernstein
|
|
||||||
|
|
||||||
scrypt Colin Percival
|
scrypt Colin Percival
|
||||||
|
|
||||||
|
siphash Jean-Philippe Aumasson
|
||||||
|
Daniel J. Bernstein
|
||||||
|
|
||||||
Implementors
|
Implementors
|
||||||
============
|
============
|
||||||
|
|
||||||
@ -41,11 +41,18 @@ crypto_aead/aes256gcm/aesni Romain Dolbeau
|
|||||||
Frank Denis
|
Frank Denis
|
||||||
|
|
||||||
crypto_aead/chacha20poly1305 Frank Denis
|
crypto_aead/chacha20poly1305 Frank Denis
|
||||||
|
crypto_aead/xchacha20poly1305
|
||||||
|
|
||||||
crypto_core/curve25519 Daniel J. Bernstein
|
crypto_auth/hmacsha256 Colin Percival
|
||||||
|
crypto_auth/hmacsha512
|
||||||
|
crypto_auth/hmacsha512256
|
||||||
|
|
||||||
crypto_box/curve25519xsalsa20poly1305 Daniel J. Bernstein
|
crypto_box/curve25519xsalsa20poly1305 Daniel J. Bernstein
|
||||||
|
|
||||||
|
crypto_box/curve25519xchacha20poly1305 Frank Denis
|
||||||
|
|
||||||
|
crypto_core/curve25519 Daniel J. Bernstein
|
||||||
|
|
||||||
crypto_core/hchacha20 Frank Denis
|
crypto_core/hchacha20 Frank Denis
|
||||||
|
|
||||||
crypto_core/hsalsa20 Daniel J. Bernstein
|
crypto_core/hsalsa20 Daniel J. Bernstein
|
||||||
@ -53,13 +60,28 @@ crypto_core/salsa20
|
|||||||
crypto_core/salsa2012
|
crypto_core/salsa2012
|
||||||
crypto_core/salsa208
|
crypto_core/salsa208
|
||||||
|
|
||||||
|
crypto_generichash/blake2b Jean-Philippe Aumasson
|
||||||
|
Christian Winnerlein
|
||||||
|
Samuel Neves
|
||||||
|
Zooko Wilcox-O'Hearn
|
||||||
|
|
||||||
crypto_hash/sha256 Colin Percival
|
crypto_hash/sha256 Colin Percival
|
||||||
crypto_hash/sha512
|
crypto_hash/sha512
|
||||||
crypto_hash/sha512256
|
crypto_hash/sha512256
|
||||||
|
|
||||||
crypto_auth/hmacsha256 Colin Percival
|
crypto_kdf/blake2b Frank Denis
|
||||||
crypto_auth/hmacsha512
|
|
||||||
crypto_auth/hmacsha512256
|
crypto_onetimeauth/poly1305/donna Andrew "floodyberry" Moon
|
||||||
|
crypto_onetimeauth/poly1305/sse2
|
||||||
|
|
||||||
|
crypto_pwhash/argon2 Samuel Neves
|
||||||
|
Dmitry Khovratovich
|
||||||
|
Jean-Philippe Aumasson
|
||||||
|
Daniel Dinu
|
||||||
|
Thomas Pornin
|
||||||
|
|
||||||
|
crypto_pwhash/scryptsalsa208sha256 Colin Percival
|
||||||
|
Alexander Peslyak
|
||||||
|
|
||||||
crypto_scalarmult/curve25519/ref10 Daniel J. Bernstein
|
crypto_scalarmult/curve25519/ref10 Daniel J. Bernstein
|
||||||
|
|
||||||
@ -69,6 +91,11 @@ crypto_scalarmult/curve25519/sandy2x Tung Chou
|
|||||||
|
|
||||||
crypto_secretbox/xsalsa20poly1305 Daniel J. Bernstein
|
crypto_secretbox/xsalsa20poly1305 Daniel J. Bernstein
|
||||||
|
|
||||||
|
crypto_secretbox/xchacha20poly1305 Frank Denis
|
||||||
|
|
||||||
|
crypto_shorthash/siphash24 Jean-Philippe Aumasson
|
||||||
|
Daniel J. Bernstein
|
||||||
|
|
||||||
crypto_sign/ed25519 Peter Schwabe
|
crypto_sign/ed25519 Peter Schwabe
|
||||||
Daniel J. Bernstein
|
Daniel J. Bernstein
|
||||||
Niels Duif
|
Niels Duif
|
||||||
@ -86,23 +113,4 @@ crypto_stream/salsa2012
|
|||||||
crypto_stream/salsa208
|
crypto_stream/salsa208
|
||||||
crypto_stream/xsalsa20
|
crypto_stream/xsalsa20
|
||||||
|
|
||||||
crypto_shorthash/siphash24 Jean-Philippe Aumasson
|
crypto_stream/xchacha20 Frank Denis
|
||||||
Daniel J. Bernstein
|
|
||||||
|
|
||||||
crypto_generichash/blake2b Jean-Philippe Aumasson
|
|
||||||
Christian Winnerlein
|
|
||||||
Samuel Neves
|
|
||||||
Zooko Wilcox-O'Hearn
|
|
||||||
|
|
||||||
crypto_onetimeauth/poly1305/donna Andrew "floodyberry" Moon
|
|
||||||
|
|
||||||
crypto_onetimeauth/poly1305/sse2 Andrew "floodyberry" Moon
|
|
||||||
|
|
||||||
crypto_pwhash/argon2 Samuel Neves
|
|
||||||
Dmitry Khovratovich
|
|
||||||
Jean-Philippe Aumasson
|
|
||||||
Daniel Dinu
|
|
||||||
Thomas Pornin
|
|
||||||
|
|
||||||
crypto_pwhash/scryptsalsa208sha256 Colin Percival
|
|
||||||
Alexander Peslyak
|
|
||||||
|
Loading…
Reference in New Issue
Block a user