From: Mark Wooding Date: Tue, 16 Jan 2007 21:50:40 +0000 (+0000) Subject: pgroups: Ship a keyring file containing the custom prime groups. X-Git-Tag: 2.1.1~24 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/d7f3f07d10ea7421546462f4d71c1f7455115d16?hp=b3e91ee5b36143a745895b89db31e8bcda3ef2ae pgroups: Ship a keyring file containing the custom prime groups. This is largely as a useful reference for the benefit of, oh, say the TrIPE RFC document. --- diff --git a/.gitignore b/.gitignore index c2cba433..00edf95f 100644 --- a/.gitignore +++ b/.gitignore @@ -315,3 +315,5 @@ compile debug prof tinymp +*.kr +*.kr.old diff --git a/Makefile.m4 b/Makefile.m4 index 0025dc61..a1a67301 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -334,13 +334,20 @@ man_MANS = \ key.1 dsig.1 cookie.1 catcrypt.1 catsign.1 hashsum.1 mkphrase.1 \ keyring.5 pixie.1 +## --- Prime group keyring --- + +pkgdata_DATA = pgroups.kr + +$(srcdir)/pgroups.kr: ptab.in mkpgroups + cd $(srcdir) && rm -f pgroups.kr && ./mkpgroups