Searched refs:SHAKE128 (Results 1 – 13 of 13) sorted by relevance
221 hashes.SHAKE128(digest_size=16)231 hashes.SHAKE128(digest_size=16),245 shake = hashes.SHAKE128(digest_size=output_length)
187 @pytest.mark.parametrize("xof", [hashes.SHAKE128, hashes.SHAKE256])192 @pytest.mark.parametrize("xof", [hashes.SHAKE128, hashes.SHAKE256])
2 # "SHAKE128 LongMsg" information for "SHAKE3AllBytesGT"3 # SHAKE128 tests are configured for BYTE oriented implementations
2 # "SHAKE128 Monte" information for "SHAKE3AllBytesGT"
2 # "SHAKE128 ShortMsg" information for "SHAKE3AllBytesGT"3 # SHAKE128 tests are configured for BYTE oriented implementations
2 # "SHAKE128 VariableOut" information for "SHAKE3AllBytesGT"
189 class SHAKE128(object): class
256 SHAKE128: -18,
187 .. class:: SHAKE128(digest_size)191 SHAKE128 is an extendable output function (XOF) based on the same core
723 Nid::SHAKE128.as_raw() in test_shake_128()
1088 pub const SHAKE128: Nid = Nid(ffi::NID_shake128); constant
323 * Added support for :class:`~cryptography.hazmat.primitives.hashes.SHAKE128`
214 hashes.SHAKE128,