Add (guix openpgp).
authorLudovic Courtès <ludo@gnu.org>
Wed, 1 Jan 2020 23:03:58 +0000 (00:03 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 4 May 2020 07:56:12 +0000 (09:56 +0200)
commit43408e304ffb1149f35cb539b40d673d567c9116
tree8d7fac5cf9a00fd75191e1763337b464719cbb40
parentc91e27c60864faa229198f6f0caf620275c429a2
Add (guix openpgp).

* guix/openpgp.scm, tests/openpgp.scm, tests/civodul.key,
tests/dsa.key, tests/ed25519.key, tests/rsa.key,
tests/ed25519.sec: New files.
* Makefile.am (MODULES): Add guix/openpgp.scm.
(SCM_TESTS): Add tests/openpgp.scm.
(EXTRA_DIST): Add tests/*.key and tests/ed25519.sec.
Makefile.am
guix/openpgp.scm [new file with mode: 0644]
tests/civodul.key [new file with mode: 0644]
tests/dsa.key [new file with mode: 0644]
tests/ed25519.key [new file with mode: 0644]
tests/ed25519.sec [new file with mode: 0644]
tests/openpgp.scm [new file with mode: 0644]
tests/rsa.key [new file with mode: 0644]