https://github.com/project-everest/hacl-star
Raw File
Tip revision: 33f6eaa50700167f91286ad147a4bfc03f7d2f44 authored by Aymeric Fromherz on 17 January 2020, 15:23:57 UTC
Start renaming of Curve asm: remove _inline from procedures names
Tip revision: 33f6eaa
.gitignore
*~
*.o
*.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
dist/test # not under version control
dist/wasm # not under version control FOR NOW
doc/_build
back to top