https://github.com/EasyCrypt/easycrypt
Revision 165ee99e49d783af7bb70086ffaf0697d900d2a8 authored by Pierre-Yves Strub on 20 May 2018, 06:18:32 UTC, committed by Pierre-Yves Strub on 20 May 2018, 06:31:40 UTC
For instance, it removes all losslessness requirements when
the distribution is known to be lossless.

Co-authored-by: Benjamin Grégoire <benjamin.gregoire@inria.fr>
1 parent 7c6d40e
Raw File
Tip revision: 165ee99e49d783af7bb70086ffaf0697d900d2a8 authored by Pierre-Yves Strub on 20 May 2018, 06:18:32 UTC
`rnd` (in equiv mode) now tries to simplify the post.
Tip revision: 165ee99
.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

/src/ecVersion.ml

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

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

/sandbox
/attic

/*.ec

/*.smt
/*.why
back to top