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

NIIBE Yutaka via Gcrypt-devel <[email protected]> Sat, 28 Jun 2025 12:44:42 +0900
Newsgroups gmane.comp.encryption.gpg.libgcrypt.devel
Message-ID <a1ebc8c7e005b508bfe004d7ad639e382ca6f6a2.1751080340.git.gniibe@fsij.org>
* 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 <[email protected]>
---
 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

_______________________________________________
Gcrypt-devel mailing list
[email protected]
https://lists.gnupg.org/mailman/listinfo/gcrypt-devel
0005-cipher-dilithium-Make-the-implementation-into-three-.patch (text/x-patch, 154.1 KB) - not displayed