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
7 lines
117 B
Rust
7 lines
117 B
Rust
pub mod block2poly;
|
|
pub mod gcm;
|
|
pub mod gfmul;
|
|
pub mod pad_oracle;
|
|
pub mod poly2block;
|
|
pub mod sea128;
|
|
pub mod xex;
|