Commit Graph

9 Commits (master)

Author SHA1 Message Date
Hosam Elkoulak cdcebdc1e2 move var declarations to the beginning of the block 2026-06-17 13:45:28 +02:00
Hosam Elkoulak c8d9c3b193 Add error checks for fseek and ftell function calls 2026-06-16 17:23:58 +02:00
Hosam Elkoulak 53855725f2 Zero byte files are now supported by Ascon file encrypt + fix for loop index, it should be defined as long as well for huge files 2026-06-12 17:29:15 +02:00
Hosam Elkoulak 7c26f5dbaf Decrypt in blocks and some fixes 2026-06-08 21:03:45 +02:00
Hosam Elkoulak c5584726bf Some more fixes 2026-06-05 18:50:48 +02:00
Hosam Elkoulak 04329e4aa1 Use goto instead of while loop 2026-05-30 00:04:14 +02:00
Hosam Elkoulak e7d781e84b Fixes for ascon-hash256 2026-05-26 01:12:01 +02:00
Hosam Elkoulak 09d5072fdb Fixes for Ascon-Hash256 2026-05-01 09:07:21 +02:00
Hosam Elkoulak d000810206 Two examples for Ascon-AEAD128 and Ascon-Hash256
Fix typos

No need to input key size as the size for ascon AEAD algorithm is fixed

Add an example for algorithm Ascon-Hash256
2026-04-27 17:22:49 +02:00