1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

Add crypto_core/curve25519

This commit is contained in:
Frank Denis 2016-03-16 14:48:05 +01:00
parent cf4f0c48dc
commit 7ee23f77fb

View File

@ -42,6 +42,8 @@ crypto_aead/aes256gcm/aesni Romain Dolbeau
crypto_aead/chacha20poly1305 Frank Denis
crypto_core/curve25519 Daniel J. Bernstein
crypto_box/curve25519xsalsa20poly1305 Daniel J. Bernstein
crypto_core/hchacha20 Frank Denis