diff options
author | mjfernez <mjfernez@gmail.com> | 2020-07-18 03:29:57 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2020-07-18 03:29:57 -0400 |
commit | 216ba75e14453b9f13e316fb90e877c2f0b65cd8 (patch) | |
tree | 2f404c3962588e16ba755ccbd28853c99d2a8e1a /presentations-2018/notes-on-keccak-img.txt | |
download | non_code-216ba75e14453b9f13e316fb90e877c2f0b65cd8.tar.gz |
first commit
Diffstat (limited to 'presentations-2018/notes-on-keccak-img.txt')
-rw-r--r-- | presentations-2018/notes-on-keccak-img.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/presentations-2018/notes-on-keccak-img.txt b/presentations-2018/notes-on-keccak-img.txt new file mode 100644 index 0000000..1c801b9 --- /dev/null +++ b/presentations-2018/notes-on-keccak-img.txt @@ -0,0 +1,5 @@ +Input is padded by padding function +This is split into chunks of r bits +Each of these is fed into the sponge function +In the “absorbing phase” bits are XORed with the first 1088 bits of 1600 bits of zeros and scrambled by the f function for 24 rounds +The result is “squeezed out” by taking out the first r bits of the absorbing phase output and further truncated to 256 bits |