| info.txt |
|
153 |
- |
| keccak_helpers.cpp |
the length tag |
1729 |
- |
| keccak_helpers.h |
Integer encoding defined in NIST SP.800-185 that can be unambiguously
parsed from the beginning of the string.
This function does not allocate any memory and requires the caller to
provide a sufficiently large @p buffer. For a given @p x, this will
need exactly keccak_int_encoding_size() bytes. For an arbitrary @p x
it will generate keccak_max_int_encoding_size() bytes at most.
@param buffer buffer to write the left-encoding of @p x to.
It is assumed that the buffer will hold at least
keccak_int_encoding_size() bytes.
@param x the integer to be left-encoded
@return the byte span that represents the bytes written to @p buffer.
|
5115 |
- |
| keccak_perm.cpp |
|
3762 |
- |
| keccak_perm.h |
little-endian |
3698 |
- |
| keccak_perm_avx512 |
|
|
- |
| keccak_perm_bmi2 |
|
|
- |
| keccak_perm_round.h |
|
2804 |
- |