wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.31k stars 822 forks source link

Dilithium: Add KATs and fix key generation #7711

Closed SparkiDev closed 3 months ago

SparkiDev commented 3 months ago

Description

Add KATs from NIST and fix key generation to produce output of KATs.

Testing

'--enable-experimental' '--enable-dilithium' New tests in tests/api.c pass.

Checklist

SparkiDev commented 3 months ago

retest this please