gnu: emacs: Strip double wrap.
[jackhill/guix/guix.git] / guix / openpgp.scm
2020-06-23 Ludovic Courtèsopenpgp: Use Libgcrypt's crc24 implementation.
2020-05-26 Marius BakkeMerge branch 'master' into staging
2020-05-05 Marius BakkeMerge branch 'master' into core-updates
2020-05-04 Ludovic Courtèsopenpgp: Add missing type predicate for '&openpgp-inval...
2020-05-04 Ludovic Courtèsopenpgp: Raise error conditions instead of calling...
2020-05-04 Ludovic Courtèsopenpgp: Add 'string->openpgp-packet'.
2020-05-04 Ludovic Courtèsopenpgp: 'lookup-key-by-{id,fingerprint}' return the...
2020-05-04 Ludovic Courtèsopenpgp: 'verify-openpgp-signature' looks up by fingerp...
2020-05-04 Ludovic Courtèsopenpgp: Add 'lookup-key-by-fingerprint'.
2020-05-04 Ludovic Courtèsopenpgp: Store the issuer key id and fingerprint in...
2020-05-04 Ludovic Courtèsopenpgp: Decode the issuer-fingerprint signature subpacket.
2020-05-04 Ludovic CourtèsAdd (guix openpgp).