https://github.com/project-everest/hacl-star
Raw File
Tip revision: b19fcefc0560fbbf4187ca2d32a16d8b90489341 authored by Nikhil Swamy on 16 September 2020, 17:03:35 UTC
fixing another couple of nested norms in Lib.ByteBuffer
Tip revision: b19fcef
.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