[PATCH 02/17] cipher: Add headers to the Dilithium implementation.
NIIBE Yutaka
gniibe at fsij.org
Sat Jun 28 05:44:39 CEST 2025
* cipher/dilithium.c: Add headers from the reference implementation.
--
Generated the header by:
for f in fips202.h ntt.h packing.h params.h poly.h polyvec.h \
randombytes.h reduce.h rounding.h sign.h symmetric.h
do echo "/*************** dilithium/ref/$f */"
grep -v NAMESPACE $f | grep -v '^#include'
done > /tmp/headers
And paste into the file.
GnuPG-bug-id: 7640
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
cipher/dilithium.c | 389 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 389 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-cipher-Add-headers-to-the-Dilithium-implementation.patch
Type: text/x-patch
Size: 12114 bytes
Desc: not available
URL: <https://lists.gnupg.org/pipermail/gcrypt-devel/attachments/20250628/840c7c29/attachment.bin>
More information about the Gcrypt-devel
mailing list