Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 510 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 510 Bytes

Proving AES Correct in Coq

The code in AES128.v proves the cryptographic correctness property for the AES-128 block-cipher and two of its modes of operation: AES-128-ECB and AES-128-CBC. It also extracts proved-correct AES-128-CBC implementations for OCaml, Haskell and Scheme.