Helder Eijs
|
b6066550b5
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
Helder Eijs
|
f5735b2c2c
|
Update to docs: memoryview for hash functions
|
2018-04-01 21:47:11 +02:00 |
|
Helder Eijs
|
62ce7a97c1
|
Better name for type conversion helper
|
2018-03-06 13:48:00 +01:00 |
|
Helder Eijs
|
c1112c5175
|
Make it work in Python 2.6; update to docs
|
2018-03-06 11:56:19 +01:00 |
|
Helder Eijs
|
3b317be2a6
|
Add support for bytearray's in ciphers
[skip ci]
|
2018-03-06 08:25:42 +01:00 |
|
Helder Eijs
|
f6e57ab0f6
|
Add all remaining hashes to new API
|
2017-08-12 23:43:45 +02:00 |
|
Legrandin
|
c85dfa7953
|
Add Crypto.Signature.pkcs1_v1_5 module with NIST test vectors
Crypto.Signature.PKCS1_v1_5 is reverted to old behavior it
had in PyCrypto (verify raises no exception; it only returns
True or False).
|
2015-07-10 19:19:13 +00:00 |
|
Legrandin
|
0b76cd2168
|
Ensure that all data passed to C backend is byte strings
|
2015-02-10 22:29:40 +01:00 |
|
Legrandin
|
11a6d1dfa4
|
Flag explicitly certain arguments as of size_t type
|
2015-02-10 16:45:25 +01:00 |
|
Legrandin
|
05f9f1ab03
|
MD2 uses raw interface
|
2015-01-29 22:22:01 +01:00 |
|