https://github.com/project-everest/hacl-star
Raw File
Tip revision: 8a5e266d358263ad444dca40227759f90c48bf7c authored by Aseem Rastogi on 03 December 2018, 11:22:18 UTC
hints for two files that succeed locally but fail on CI
Tip revision: 8a5e266
.gitignore
*~
*.o
*.d
*.cm*
*.so
*.exe
*.exe.dSYM
out.krml

hacl-star.tar.gz

build/
build-experimental/

lib/hst/ml/*.cmi
lib/hst/ml/*.cmx
lib/hst/ml/*.o

test/hash/ml/*
test/hash/*.exe
test/hash/sha256
test/hmac/ml/*
test/hmac/*.exe
test/hmac/hmac_sha256
test/bench.txt

pneutube/tube-star.exe
pneutube/tube-star.exe.dSYM/
pneutube/tube/

specs/chacha-poly-spec/
specs/chacha-spec/
specs/curve25519-spec/
specs/ed25519-spec/
specs/gf128-spec/
specs/poly-spec/
specs/salsa-spec/
specs/sha2-spec/
specs/hmac-sha2-spec/
specs/sha2_256-spec/
specs/sha2_384-spec/
specs/sha2_512-spec/
specs/hmac-sha2_256-spec/
specs/hmac-sha2_384-spec/
specs/hmac-sha2_512-spec/

code/lib/kremlin/ccomp-c/
code/lib/kremlin/lib-c/
code/lib/ml/hacllib.a
code/lib/ml/hacllib.cmxa
code/lib/ml/*.cmi
code/lib/ml/*.cmx
code/lib/ml/*.o

code/hash/sha2-c/
code/hash/sha2-c-test/
code/hash/sha2-256-c/
code/hash/sha2-384-c/
code/hash/sha2-512-c/
code/hmac/hmac-sha256-c/
code/hmac/hmac-sha384-c/
code/hmac/hmac-sha512-c/
code/api/aead-c/
code/api/box-c/
code/api/policies-c/
code/curve25519/x25519-c/
code/ed25519/ed25519-c/
code/poly1305/poly-c/
code/poly1305_32/poly-c/
code/salsa-family/vec128.h
code/salsa-family/chacha-c/
code/salsa-family/chacha-vec128/
code/salsa-family/chacha-vec128-c/
code/salsa-family/hsalsa-c/
code/salsa-family/salsa-c/
code/salsa-family/xsalsa-c/
code/uint128/uint128-c/

providers/.cache
providers/.depend
providers/.output
providers/generated
providers/out
providers/multiplexer/ml/*.cm?

secure_api/.depend.*
secure_api/LowCProvider/*.cm?
secure_api/out
secure_api/tmp-hacl/
secure_api/tmp-vale/

snapshots/hacl-c/bench.txt
snapshots/hacl-c/libhacl.*
snapshots/hacl-c/libhacl32.*
snapshots/snapshot-gcc
snapshots/snapshot-gcc-unrolled
snapshots/snapshot-compcert
snapshots/snapshot-compcert-unrolled
snapshots/snapshot-msvc
snapshots/snapshot-msvc-unrolled
snapshots/nss
snapshots/riot
snapshots/wireguard

doc/tutorial/0-coding-field-arithmetic-in-fstar/extracted_c/
doc/tutorial/1-recursion-vs-loops/extracted_c/
doc/tutorial/2-verifying-memory-safety/extracted_c/
doc/tutorial/4-verifying-functional-correctness/extracted_c/

*.checked.lax
*.checked
back to top