https://github.com/EasyCrypt/easycrypt
Revision edd02d094efcc52a75bb89ebabace7f7455a9d1d authored by François Dupressoir on 18 May 2021, 22:22:35 UTC, committed by François Dupressoir on 18 May 2021, 22:22:47 UTC
He has risen!

Authored by Benjamin Grégoire and Cécile Baritel-Ruet.

Co-Authored-By: Benjamin Grégoire <benjamin.gregoire@inria.fr>
Co-Authored-By: Cécile Baritel-Ruet <cecile.baritel-ruet@inria.fr>
1 parent 8774376
Raw File
Tip revision: edd02d094efcc52a75bb89ebabace7f7455a9d1d authored by François Dupressoir on 18 May 2021, 22:22:35 UTC
ChaCha-Poly x Easter
Tip revision: edd02d0
.gitignore
*~
_build
*.native
*.byte
*.exe
*.pyc
*.pyo
.vagrant
/local
/why3
/_tools
/proofgeneral/_local
setup.data
setup.log
/attic
/attic.ec*
/theories/attic

/system/*.o
/system/callprover
/system/callprover.exe

*.aux
*.bbl
*.blg
*.brf
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.out
*.toc
*.synctex.gz
*.kilepr
*.eco
/src/ecVersion.ml

/doc/refman/easycrypt.pdf
/doc/userman/easycrypt.pdf

/extraction/Makefile
/extraction/setup.*
/extraction/configure
/extraction/_build/

/sandbox
/attic

/*.ec
*.eco

/*.smt
/*.why
back to top