From 146ad86be5817ec7cdd0996c3764601f94b3ef8c Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 18 Nov 2013 21:11:03 +0100 Subject: Prototype implementation of IKE key exchange via NTRU encryption --- src/libstrongswan/crypto/diffie_hellman.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libstrongswan/crypto/diffie_hellman.h') diff --git a/src/libstrongswan/crypto/diffie_hellman.h b/src/libstrongswan/crypto/diffie_hellman.h index edf6bbd6d..00d700314 100644 --- a/src/libstrongswan/crypto/diffie_hellman.h +++ b/src/libstrongswan/crypto/diffie_hellman.h @@ -64,6 +64,11 @@ enum diffie_hellman_group_t { MODP_NULL = 1024, /** MODP group with custom generator/prime */ MODP_CUSTOM = 1025, + /** Parameters defined by IEEE 1363.1, in PRIVATE USE */ + NTRU_112_BIT = 1030, + NTRU_128_BIT = 1031, + NTRU_192_BIT = 1032, + NTRU_256_BIT = 1033 }; /** -- cgit v1.2.3