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
This commit is contained in:
parent
b81bbab16c
commit
9ae53e12fd
6 changed files with 159 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
pub mod ciphers;
|
||||
pub mod field;
|
||||
pub mod math;
|
||||
pub mod net;
|
||||
pub mod parse;
|
||||
pub mod poly;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue