We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bf1b6 commit 6d1784aCopy full SHA for 6d1784a
Makefile.am
@@ -216,7 +216,15 @@ maintainer-clean-local: clean-precomp
216
clean-precomp:
217
rm -f $(PRECOMP)
218
219
-EXTRA_DIST = autogen.sh SECURITY.md
+EXTRA_DIST = autogen.sh CHANGELOG.md SECURITY.md
220
+EXTRA_DIST += doc/release-process.md doc/safegcd_implementation.md
221
+EXTRA_DIST += examples/EXAMPLES_COPYING
222
+EXTRA_DIST += sage/gen_exhaustive_groups.sage
223
+EXTRA_DIST += sage/gen_split_lambda_constants.sage
224
+EXTRA_DIST += sage/group_prover.sage
225
+EXTRA_DIST += sage/prove_group_implementations.sage
226
+EXTRA_DIST += sage/secp256k1_params.sage
227
+EXTRA_DIST += sage/weierstrass_prover.sage
228
229
if ENABLE_MODULE_ECDH
230
include src/modules/ecdh/Makefile.am.include
0 commit comments