summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-31Export hashBySymbol.HEADmasterJoe Crayne
2020-05-19Default signature version to match key version.Joe Crayne
2020-05-19TODO: Comments (we aren't setting hash_head correctly).Joe Crayne
2020-05-19Decrypt v5 secret keys.Joe Crayne
2020-05-19Eq/Ord instances for Fingerprint + defaultFeatures packet.Joe Crayne
2020-05-19Encode v5 signatures (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Encode v5 keys (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Parse v5 signatures (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Parse v5 secret key packets (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Parse v5 public key packets (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Refactor toward draft-ietf-openpgp-rfc4880bis-09.Joe Crayne
2020-05-19Issuer Fingerprint hashed subpacket (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Updated Features packet (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Added HasCallStack to keyParam error call.Joe Crayne
2020-05-19Hush PatternGuards warning.Joe Crayne
2020-05-19Allow 64-digit fingerprint to be used with IssuerPacket constructor.Joe Crayne
2020-05-10Compute v5 fingerprints for v4 keys.Joe Crayne
2020-05-06Implemented v5 fingerprints (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2019-11-15cv25519: Fixed missing algorithm preferences.Joe Crayne
2019-11-15Fixed test suite build.Joe Crayne
2019-11-15XEd25519 signature creation.Joe Crayne
2019-11-14Enable generating cv25519 keys.Joe Crayne
2019-11-14XEd25519 signature algorithm. (Signatures using montgomery cv25519 keys).Joe Crayne
2019-11-14Cv25519 encryption.Joe Crayne
2019-11-10Ed25519 secret portion (create + sign).Joe Crayne
2019-11-09Simple ed25519 test.Joe Crayne
2019-11-09Fixed fingerprint for ECC (curve 25519).Joe Crayne
2019-11-09Ed25519 support.Joe Crayne
2019-07-16Add hex function to curse fingerprints with.Joe Crayne
2019-07-15Switched fingerprint to a wrapped ByteString.Joe Crayne
2019-07-04WIP: cv25519 & ed25519 support.Joe Crayne
2019-07-04refactorJoe Crayne
2019-07-04Remove tabs and style fixes. Should be only white-space.Joe Crayne
2019-07-04Minimal support for cv25519 parsing.Joe Crayne
2019-07-03Big-num optimization.Joe Crayne
2019-07-03More big-num changes.Joe Crayne
2019-07-03Optimized big-num serialization.Joe Crayne
2019-07-01Added semigroup instance.Joe Crayne
2019-07-01randomS2K utility.joe
2019-07-01Added Ord instancesjoe
2019-07-01Completed cryptonite support.joe
2019-07-01Drop dependency on Thamas's crypto-api package.joe
2019-07-01Merge external cipher-cast5 code into this library.joe
2019-07-01WIP: support for cryptonite.joe
2019-07-01decryptSecretKey now a no-op for unenciphered keys.joe
2019-07-01encryptSecretKeyjoe
2019-07-01white spacejoe
2019-07-01Reduce binary dependency.joe
2017-08-29Include derived file Arbitrary.hs in repoAndrew Cady
2016-04-25Import Control.Applicative (for older base).joe