Home
last modified time | relevance | path

Searched refs:BLAKE2 (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/_blake2/
Dblake2b2s.py7 BLAKE2 = os.path.join(HERE, 'impl') variable
13 for name in os.listdir(BLAKE2):
14 name = os.path.join(BLAKE2, name)
/external/python/cpython3/Doc/library/
Dhashlib.rst279 BLAKE2 chapter
296 BLAKE2 supports **keyed mode** (a faster and simpler replacement for HMAC_),
346 BLAKE2 specification defines constant lengths for salt and personalization
379 See section 2.10 in `BLAKE2 specification
452 BLAKE2 has configurable size of digests up to 64 bytes for BLAKE2b and up to 32
487 BLAKE2 can be securely used in prefix-MAC mode thanks to the
529 Even though there's a native keyed hashing mode, BLAKE2 can, of course, be used
568 In BLAKE2 the salt is processed as a one-time input to the hash function during
573 *Salted hashing* (or just hashing) with BLAKE2 or any other general-purpose
575 passwords. See `BLAKE2 FAQ <https://blake2.net/#qa>`_ for more
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst912 Add BLAKE2 (blake2b and blake2s) to hashlib.
D3.7.0a3.rst873 Use optimized code for BLAKE2 only with SSSE3+. The pure SSE2 implementation
/external/python/cpython3/Doc/whatsnew/
D3.6.rst145 * The :mod:`hashlib` module received support for the BLAKE2, SHA-3 and SHAKE
1096 BLAKE2 hash functions were added to the module. :func:`~hashlib.blake2b`
1098 feature set of BLAKE2.