hcrypto: Add X25519

The X25519 implementation comes from libsodium. Explicit copyright
notices have been added to each file as well as some portability changes
(e.g. align.h).
This commit is contained in:
Luke Howard
2019-12-30 21:07:04 +11:00
committed by Nicolas Williams
parent 20f9b2be48
commit beda11a079
20 changed files with 8184 additions and 5 deletions

View File

@@ -334,6 +334,8 @@ HEIMDAL_CRYPTO_1.0 {
hc_EVP_CipherUpdate;
hc_EVP_CipherFinal_ex;
hc_hcrypto_validate;
hc_hcrypto_scalarmult_curve25519;
hc_hcrypto_scalarmult_curve25519_base;
local:
*;
};