!fp     NonekeccakGiven a bitrate r2, returns a standard Keccak hash with state width w = 1600 and capacity = 1600 - rkeccakGiven a bitrate r0, returns a standard SHA3 hash with state width w = 1600 and capacity = 1600 - rkeccak.Keccak (512 bits) cryptographic hash algorithmkeccak.Keccak (384 bits) cryptographic hash algorithmkeccak.Keccak (256 bits) cryptographic hash algorithmkeccak.Keccak (224 bits) cryptographic hash algorithmkeccak,SHA3 (512 bits) cryptographic hash algorithmkeccak,SHA3 (384 bits) cryptographic hash algorithmkeccak,SHA3 (256 bits) cryptographic hash algorithm keccak,SHA3 (224 bits) cryptographic hash algorithm keccakJSHAKE128 (128 bit security level) cryptographic extendable-output function keccakJSHAKE256 (256 bit security level) cryptographic extendable-output functionkeccak_Multi-rate padding appends at least 2 bits and at most the number of bits in a block plus one. keccakAppends a single bit 1 followed by the minimum number of bits 0 followed by a single bit 1 such that the length of the result is a multiple of the bitrate. keccakAppends to a message M padding of the form (M || 0x06 || 0x00... || 0x80) such that the length of the result is a multiple of the bitrate.keccakTakes as input the bitrate rate( and a string P with |P| a multiple of rate<. Returns the value of the state obtained after absorbing P.keccakqIteratively returns the outer part of the state as output blocks, interleaved with applications of the function keccakFJ. The number of iterations is determined by the requested number of bits l.        #keccak-0.2.0-B9zqaYdv5pGEwrDQVnFNjfCrypto.Hash.Keccak keccakHashsha3Hash keccak512 keccak384 keccak256 keccak224sha3_512sha3_384sha3_256sha3_224shake128shake256 paddingKeccak paddingSha3absorbsqueezemultiratePadding