Any of the four NTRU parameter sets can be selected

This commit is contained in:
Andreas Steffen
2013-11-27 20:21:41 +01:00
parent 1f73969eb5
commit 802eaf3789
5 changed files with 140 additions and 57 deletions
@@ -5,3 +5,11 @@ charon {
multiple_authentication = no
send_vendor_id = yes
}
libstrongswan {
plugins {
ntru {
parameter_set = optimum
}
}
}