[PATCH 13/17] cipher:dilithium: List the dilithium implementation to Makefile.am.
NIIBE Yutaka via Gcrypt-devel <[email protected]> Sat, 28 Jun 2025 12:44:50 +0900
| Newsgroups | gmane.comp.encryption.gpg.libgcrypt.devel |
|---|---|
| Message-ID | <96220d1217483f275eba215081d4ed9263bf3fc9.1751080340.git.gniibe@fsij.org> |
* cipher/Makefile.am (EXTRA_DIST): Add dilithium-common.c and dilithium-dep.c. (EXTRA_libcipher_la_SOURCES): Add dilithium.c and dilithium.h. -- GnuPG-bug-id: 7640 Signed-off-by: NIIBE Yutaka <[email protected]> --- cipher/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) _______________________________________________ Gcrypt-devel mailing list [email protected] https://lists.gnupg.org/mailman/listinfo/gcrypt-devel
0013-cipher-dilithium-List-the-dilithium-implementation-t.patch
(text/x-patch, 672 B)
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 2e129cab..e86d148b 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -26,7 +26,8 @@ AM_CFLAGS = $(GPG_ERROR_CFLAGS) AM_CCASFLAGS = $(NOEXECSTACK_FLAGS) -EXTRA_DIST = gost-s-box.c kyber-common.c kyber-kdep.c +EXTRA_DIST = gost-s-box.c kyber-common.c kyber-kdep.c \ + dilithium-common.c dilithium-dep.c CLEANFILES = gost-s-box$(EXEEXT_FOR_BUILD) DISTCLEANFILES = gost-sb.h @@ -97,6 +98,7 @@ EXTRA_libcipher_la_SOURCES = \ crc-armv8-aarch64-ce.S \ crc-ppc.c \ des.c des-amd64.S \ + dilithium.c dilithium.h \ dsa.c \ elgamal.c \ ecc.c ecc-curves.c ecc-misc.c ecc-common.h \