Replies: 7 comments
-
Sorry for the horrible code quote formatting... |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I see. I will try again. Thank you! |
Beta Was this translation helpful? Give feedback.
-
I have a similar question yet not answered.
Readme says
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I also didn't quite understand the "LengthError" option, I assumed it can only happen if any of the blocks has length different from the selected block length -- 2 in the case of Mini AES. |
Beta Was this translation helpful? Give feedback.
-
@Rsln-M Your understanding is right. padding_oracle should work well as itself, whatever input is given |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Name: Yubin Lee
In
main.ml
, the type signatures ofdec
andpadding_oracle
are given asval dec : Block.t -> Block.t -> string -> Block.t list; val padding_oracle : Block.t -> Block.t -> Block.t list -> result
.However, in the
main
function,dec
andcrack
are called asBeta Was this translation helpful? Give feedback.
All reactions