cryptonite/Crypto/PubKey
Fraser Tweedale f6c1f21e59 clarify padding requirements for PKCS15 encrypt/decrypt
The types do not say whether it is necessary to apply pad/unpad to
the input/output of the PKCS15 encrypt/decrypt functions.  Add
comments to clarify that it is not necessary to manually pad/unpad
the message.
2017-06-26 15:30:01 +02:00
..
ECC using pointSize in withTempPoint to fix #151. 2017-04-11 20:32:57 +09:00
RSA clarify padding requirements for PKCS15 encrypt/decrypt 2017-06-26 15:30:01 +02:00
Curve448.hs Add note about the optional all-zero test 2017-06-04 19:25:19 +02:00
Curve25519.hs Add note about the optional all-zero test 2017-06-04 19:25:19 +02:00
DH.hs Fix serialization of ECDH and DH 2016-04-09 17:13:51 +01:00
DSA.hs Do DSS truncation on verify 2016-01-10 17:05:37 -05:00
ECIES.hs add some documentation to ECIES 2016-12-02 15:03:19 +00:00
Ed448.hs Add Show instances for EdDSA secret keys 2017-06-04 19:25:19 +02:00
Ed25519.hs Add Show instances for EdDSA secret keys 2017-06-04 19:25:19 +02:00
ElGamal.hs [DH] Keep The field size in bits, in Params 2016-04-09 13:41:40 +01:00
Internal.hs merge crypto-pubkey-types and crypto-pubkey 2015-04-03 07:33:16 +01:00
MaskGenFunction.hs [pubkey] remove bytestring from MaskGenFunction 2015-05-21 11:09:48 +01:00
RSA.hs [QA] fix import 2015-05-03 14:48:40 +01:00