https://github.com/project-everest/hacl-star
Raw File
Tip revision: e00b7b9e4921939271a7816084e6a12b7110757f authored by Christoph M. Wintersteiger on 18 September 2020, 10:45:48 UTC
Enable -O2 for Merkle tree benchmarks in debug mode to enable tail-call optimization (avoids stack exhaustion).
Tip revision: e00b7b9
.gitignore
*~
*.o
*.d
*.d.*
*.cm*
*.so
*.dll
*.a
*.exe
*.exe.dSYM
out.krml
*.checked
*.checked.lax
*.dump
.extracted
.*depend*
.evercrypt_config
code/**/dist
!code/**/dist/Makefile
code/old/experimental/aesgcm/aesgcm-c
code/old/experimental/aesgcm/aesgcm-c89
*.orig
.didhelp
.last_vale_version
Makefile.config
.#*
tests/benchmark/build
dist/**/lib/*_stubs.ml
dist/**/lib/*_c_stubs.c
doc/_build
config.h
back to top