external: Add ChaCha and Poly1305 implementations from OpenSSH

Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Aris Adamantiadis
2018-02-28 10:24:51 -06:00
committed by Andreas Schneider
parent 72e4500da9
commit acc1ade74a
7 changed files with 430 additions and 0 deletions

View File

@@ -158,9 +158,11 @@ set(libssh_SRCS
wrapper.c
external/bcrypt_pbkdf.c
external/blowfish.c
external/chacha.c
external/ed25519.c
external/fe25519.c
external/ge25519.c
external/poly1305.c
external/sc25519.c
)