Searched refs:BLAKE2s (Results 1 – 8 of 8) sorted by relevance
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_hashes.py | 146 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)
|
D | test_hash_vectors.py | 173 hashes.BLAKE2s(digest_size=32)), 184 hashes.BLAKE2s(digest_size=32),
|
D | test_hmac_vectors.py | 132 h = hmac.HMAC(b"0" * 32, hashes.BLAKE2s(digest_size=32), backend)
|
D | test_rsa.py | 639 hashes.BLAKE2s(digest_size=32)), 653 private_key.sign(message, pss, hashes.BLAKE2s(32))
|
/external/python/cpython3/Doc/library/ |
D | hashlib.rst | 302 * **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/ |
D | hashes.py | 242 class BLAKE2s(object): class
|
/external/python/cryptography/docs/hazmat/primitives/ |
D | cryptographic-hashes.rst | 141 .. class:: BLAKE2s(digest_size) 143 BLAKE2s is optimized for 8 to 32-bit platforms and produces a
|
/external/python/cryptography/ |
D | CHANGELOG.rst | 231 :class:`~cryptography.hazmat.primitives.hashes.BLAKE2s` with 454 :class:`~cryptography.hazmat.primitives.hashes.BLAKE2s` when using OpenSSL
|