Skip to content

paraschetal/aes_proofs

Repository files navigation

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.