aboutsummaryrefslogtreecommitdiffstats
path: root/presentations-2018/notes-on-keccak-img.txt
diff options
context:
space:
mode:
authormjfernez <mjfernez@gmail.com>2021-04-20 19:22:21 -0400
committermjfernez <mjfernez@gmail.com>2021-04-20 19:23:19 -0400
commita6cb129319b5716e76d5c4d5a56353eb3c50b548 (patch)
tree42cf7cf5fa821944cf3135ba6bcfb9758a0e4980 /presentations-2018/notes-on-keccak-img.txt
parent216ba75e14453b9f13e316fb90e877c2f0b65cd8 (diff)
downloadnon_code-master.tar.gz
Reorganized and added more presentationsHEADmaster
Created a jjay-d4cs folder to distinguish from older presentations which I can't find atm. Also added pentest and forensic example reports Also re-licensed to public domain
Diffstat (limited to 'presentations-2018/notes-on-keccak-img.txt')
-rw-r--r--presentations-2018/notes-on-keccak-img.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/presentations-2018/notes-on-keccak-img.txt b/presentations-2018/notes-on-keccak-img.txt
deleted file mode 100644
index 1c801b9..0000000
--- a/presentations-2018/notes-on-keccak-img.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-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