Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 474 Bytes

Oracle-FormalMethods

The formalization files are inside the folder oracle-formalization and comprise of:

  • Hexadecimal.v
  • Datatypes.v
  • Functions.v
  • Theorems.v

To compile the formalization, type make at the top level directory.

To run any of the formalization files, open the file with your preferred Coq IDE (emacs/ProofGeneral, CoqIDE, vsCoq, etc) after compilation.

You can clean the compiled files by typing make clean at the top level directory.