Searched refs:BLAKE2 (Results 1 – 5 of 5) sorted by relevance
7 BLAKE2 = os.path.join(HERE, 'impl') variable13 for name in os.listdir(BLAKE2):14 name = os.path.join(BLAKE2, name)
279 BLAKE2 chapter296 BLAKE2 supports **keyed mode** (a faster and simpler replacement for HMAC_),346 BLAKE2 specification defines constant lengths for salt and personalization379 See section 2.10 in `BLAKE2 specification452 BLAKE2 has configurable size of digests up to 64 bytes for BLAKE2b and up to 32487 BLAKE2 can be securely used in prefix-MAC mode thanks to the529 Even though there's a native keyed hashing mode, BLAKE2 can, of course, be used568 In BLAKE2 the salt is processed as a one-time input to the hash function during573 *Salted hashing* (or just hashing) with BLAKE2 or any other general-purpose575 passwords. See `BLAKE2 FAQ <https://blake2.net/#qa>`_ for more[all …]
912 Add BLAKE2 (blake2b and blake2s) to hashlib.
873 Use optimized code for BLAKE2 only with SSSE3+. The pure SSE2 implementation
145 * The :mod:`hashlib` module received support for the BLAKE2, SHA-3 and SHAKE1096 BLAKE2 hash functions were added to the module. :func:`~hashlib.blake2b`1098 feature set of BLAKE2.