diff options
Diffstat (limited to 'agent/protect.c')
| -rw-r--r-- | agent/protect.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/protect.c b/agent/protect.c index 6c9bbaebc..a4e7d6226 100644 --- a/agent/protect.c +++ b/agent/protect.c @@ -65,6 +65,10 @@ static const struct { { "ecdsa","pabgnqd", 6, 6, 1 }, { "ecdh", "pabgnqd", 6, 6, 1 }, { "ecc", "pabgnqd", 6, 6, 1 }, + { "ecc", "pabgnqd", 6, 6, 1 }, + { "kyber512", "ps", 1, 1 }, + { "kyber768", "ps", 1, 1 }, + { "kyber1024", "ps", 1, 1 }, { NULL } }; |
