[PATCH 05/17] cipher:dilithium: Make the implementation into three files.

NIIBE Yutaka gniibe at fsij.org
Sat Jun 28 05:44:42 CEST 2025


* cipher/dilithium-common.c: New.  Common part.
* cipher/dilithium-dep.c: New.  DILITHIUM_MODE dependent part.
* cipher/dilithium.c: Move functions and variables to two files.

--

GnuPG-bug-id: 7640
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
 cipher/dilithium-common.c | 1168 +++++++++++++++++++
 cipher/dilithium-dep.c    | 1228 +++++++++++++++++++
 cipher/dilithium.c        | 2332 +------------------------------------
 3 files changed, 2422 insertions(+), 2306 deletions(-)
 create mode 100644 cipher/dilithium-common.c
 create mode 100644 cipher/dilithium-dep.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-cipher-dilithium-Make-the-implementation-into-three-.patch
Type: text/x-patch
Size: 157833 bytes
Desc: not available
URL: <https://lists.gnupg.org/pipermail/gcrypt-devel/attachments/20250628/68fe4607/attachment-0001.bin>


More information about the Gcrypt-devel mailing list