Home
last modified time | relevance | path

Searched refs:BLAKE2s (Results 1 – 8 of 8) sorted by relevance

/external/python/cryptography/tests/hazmat/primitives/
Dtest_hashes.py146 hashes.BLAKE2s(digest_size=32)),
152 hashes.BLAKE2s(digest_size=32),
158 hashes.BLAKE2s(digest_size=33)
161 hashes.BLAKE2s(digest_size=0)
164 hashes.BLAKE2s(digest_size=-1)
Dtest_hash_vectors.py173 hashes.BLAKE2s(digest_size=32)),
184 hashes.BLAKE2s(digest_size=32),
Dtest_hmac_vectors.py132 h = hmac.HMAC(b"0" * 32, hashes.BLAKE2s(digest_size=32), backend)
Dtest_rsa.py639 hashes.BLAKE2s(digest_size=32)),
653 private_key.sign(message, pss, hashes.BLAKE2s(32))
/external/python/cpython3/Doc/library/
Dhashlib.rst302 * **BLAKE2s**, optimized for 8- to 32-bit platforms and produces digests of any
330 BLAKE2b or BLAKE2s. They optionally take these general parameters:
338 BLAKE2s).
341 bytes for BLAKE2s).
344 for BLAKE2s).
352 BLAKE2s 32 32 8 8
377 BLAKE2s, 0 for the first, leftmost, leaf, or in sequential mode).
382 BLAKE2s, 0 in sequential mode).
464 bytes for BLAKE2s. For example, to replace SHA-1 with BLAKE2b without changing
478 (shorter hashes are *not* prefixes of longer hashes); BLAKE2b and BLAKE2s
/external/python/cryptography/src/cryptography/hazmat/primitives/
Dhashes.py242 class BLAKE2s(object): class
/external/python/cryptography/docs/hazmat/primitives/
Dcryptographic-hashes.rst141 .. class:: BLAKE2s(digest_size)
143 BLAKE2s is optimized for 8 to 32-bit platforms and produces a
/external/python/cryptography/
DCHANGELOG.rst231 :class:`~cryptography.hazmat.primitives.hashes.BLAKE2s` with
454 :class:`~cryptography.hazmat.primitives.hashes.BLAKE2s` when using OpenSSL