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
6 lines
88 B
Rust
6 lines
88 B
Rust
pub mod ciphers;
|
|
pub mod field;
|
|
pub mod math;
|
|
pub mod net;
|
|
pub mod parse;
|
|
pub mod poly;
|