kauma/src/utils
0xalivecow 9ae53e12fd
feat: Initial padding oracle working. Pending check for special case.
The initial padding oracle attack is working. More tests need to be
added and there needs to be a check for the special case of the 02 01,
02 02 padding case
2024-11-06 23:38:54 +01:00
..
ciphers.rs doc: add docmentation and test 2024-11-04 15:46:09 +01:00
field.rs feat: gfmul and aes gcm working 2024-11-03 10:58:52 +01:00
math.rs feat: gfmul and aes gcm working 2024-11-03 10:58:52 +01:00
mod.rs feat: Initial padding oracle working. Pending check for special case. 2024-11-06 23:38:54 +01:00
net.rs feat: Initial padding oracle working. Pending check for special case. 2024-11-06 23:38:54 +01:00
parse.rs refactor: Refactor gfmul function to enable use in XEX 2024-10-27 22:32:14 +01:00
poly.rs feat: gfmul and aes gcm working 2024-11-03 10:58:52 +01:00