aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/hashes.py
Commit message (Expand)AuthorAgeFilesLines
* shake128/256 support (#4611)Paul Kehrer2019-01-191-0/+41
* support byteslike in hash updates (#4702)Paul Kehrer2019-01-161-1/+1
* Updated BLAKE2s and BLAKE2b error messages from unsupportedalgorithm … (#4519)Colin Metcalf2018-12-081-14/+6
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-2/+1
* add sha3 support (#4573)Paul Kehrer2018-11-221-0/+24
* add SHA512/224 and SHA512/256 support (#4575)Paul Kehrer2018-11-121-0/+14
* remove block size as a required part of HashAlgorithm (#4249)Paul Kehrer2018-05-161-6/+0
* remove deprecated items (#3794)Paul Kehrer2017-07-201-30/+0
* let's deprecate some hashes we should never have exposed (#3584)Paul Kehrer2017-05-231-0/+16
* blake2b/blake2s support (#3116)Paul Kehrer2016-08-281-0/+42
* move hash interfacesPaul Kehrer2015-02-131-12/+63
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-0/+121