https://github.com/project-everest/hacl-star

sort by:
Revision Author Date Message Commit Date
740e005 Merge pull request #312 from project-everest/vdum_arm OCaml API: Placeholders for unsupported primitives in Hacl 08 June 2020, 20:48:05 UTC
93f6138 OCaml API: Placeholders for unsupported primitives in Hacl 08 June 2020, 19:15:03 UTC
2340183 [CI] regenerate hints and dist 08 June 2020, 08:22:42 UTC
f4558a6 Merge pull request #311 from project-everest/vdum_arm OCaml API: Another small ARM build fix 05 June 2020, 15:56:38 UTC
f7e8b6d OCaml API: Bump opam version number 05 June 2020, 15:15:44 UTC
48a6ec8 OCaml API: Another small ARM build fix 05 June 2020, 14:23:12 UTC
22aab99 [CI] regenerate hints and dist 05 June 2020, 08:22:32 UTC
66012cf [CI] regenerate hints and dist 04 June 2020, 18:04:22 UTC
0f3f167 Emergency build quickfix 04 June 2020, 13:47:13 UTC
d129cd3 [CI] regenerate hints and dist 04 June 2020, 08:26:30 UTC
0610a93 Merge pull request #310 from project-everest/vdum_arm Make the opam packages work on ARM 03 June 2020, 19:35:45 UTC
2c65270 OCaml API: More preprocessing changes, add to Travis CI for ARM 03 June 2020, 15:35:08 UTC
32bdf21 OCaml API: Small build fix 02 June 2020, 17:27:02 UTC
3803343 Merge branch 'master' of github.com:project-everest/hacl-star into vdum_arm 02 June 2020, 17:08:18 UTC
d8a02c0 OCaml API: More refinements to preprocessing + build fix 02 June 2020, 17:06:29 UTC
55018bb Merge pull request #309 from project-everest/protz_fix_arm Fix the build on ARM 01 June 2020, 20:55:22 UTC
396e330 Kick CI 01 June 2020, 18:57:58 UTC
69c78c9 OCaml API: Refine preprocessing 01 June 2020, 16:50:10 UTC
c278230 prop not bool 01 June 2020, 15:18:45 UTC
e2af70b OCaml API: Fix hacl-star build on ARM 01 June 2020, 13:28:05 UTC
f4a3807 OCaml API: Fix hacl-star-raw build on ARM 01 June 2020, 13:26:22 UTC
402f901 OCaml API: Use zarith for Hash max_input_len 01 June 2020, 13:17:23 UTC
b6b5802 Fix a missing inline_for_extraction which gave incorrect code 31 May 2020, 18:42:59 UTC
f69a014 check the snapshot compiles on ARM 31 May 2020, 18:32:56 UTC
941f639 Try to fix EverCrypt.AEAD to not contain link-time references to AES-GCM for the sake of fixing the ARM build 31 May 2020, 18:12:08 UTC
9323f5c Merge pull request #308 from project-everest/son_aes_gcm AEAD encryption/decryption with key expansion on the stack 29 May 2020, 20:12:29 UTC
0c32a5c Merge branch 'master' into son_aes_gcm 29 May 2020, 19:26:56 UTC
eee7e12 Merge pull request #302 from project-everest/protz_memzero Basic building blocks for adding proper treatment to zero-out memory 29 May 2020, 19:19:40 UTC
e6c577a Make it fatal 29 May 2020, 18:05:39 UTC
6d096b6 Try a configure script 29 May 2020, 18:03:30 UTC
abf18b3 Forgot to add new files 29 May 2020, 17:36:21 UTC
05ba7c9 Refresh snapshot 29 May 2020, 17:33:09 UTC
accaa8c Merge branch 'son_aes_gcm' of github.com:project-everest/hacl-star into son_aes_gcm 29 May 2020, 09:19:26 UTC
a1c69b7 Move a SNIPPET in Evercrypt.AEAD.fsti 29 May 2020, 09:18:55 UTC
771d210 Merge branch 'master' into protz_memzero 28 May 2020, 20:24:46 UTC
dbcf575 Make a minor change in Lib_Memzero0.c 28 May 2020, 19:13:40 UTC
db8d2fa Fix Lib_Memzero0.c for Windows 28 May 2020, 19:12:48 UTC
810afa7 [CI] regenerate hints and dist 27 May 2020, 08:26:53 UTC
092e9f9 [CI] regenerate hints and dist 26 May 2020, 21:10:02 UTC
94e3f16 Try to unblock nightly 26 May 2020, 20:43:58 UTC
cf527e0 Merge branch 'master' into son_aes_gcm 26 May 2020, 16:14:05 UTC
5e1c863 Shorter timeout so that I don't spend a week debugging this 26 May 2020, 15:16:42 UTC
9419a3a try again 26 May 2020, 15:10:51 UTC
e4f3370 Try again 26 May 2020, 15:01:03 UTC
72a6d5a Timeout after three hours so that it at least tells us which file is blocking 26 May 2020, 14:52:33 UTC
3756de2 Remove the clear_words function from Lib_Memzero.c 25 May 2020, 07:17:57 UTC
7aa50ae Cleanup 25 May 2020, 07:06:26 UTC
76ab23c Implement the functions which expand the key before encrypting/decrypting 25 May 2020, 07:02:08 UTC
a4c97ea Update the signatures 25 May 2020, 06:13:08 UTC
4bcba09 Add signatures for encrypt/decrypt_expand (expand the key on the stack, then decrypt/encrypt) 25 May 2020, 06:10:01 UTC
a53ba2c Rename create_in_stack to alloca, change its postcondition, add inline_for_extraction 25 May 2020, 05:42:28 UTC
e20d8b2 Update Lib_Memzero0.c and Lib_Memzero.c 22 May 2020, 10:21:24 UTC
40e09f7 Add the configuration requirements in the precondition of create_in_stack (no dynamic check) 22 May 2020, 08:11:10 UTC
f4fce2d Start adding functions in the Stack effect for AES GCM 22 May 2020, 07:40:17 UTC
56cc9a7 [CI] regenerate hints and dist 21 May 2020, 08:21:58 UTC
056fd3d Merge pull request #247 from project-everest/jay_prefetchnta Add the prefetch-elimination transform 20 May 2020, 20:09:39 UTC
4f6d330 Merge branch 'master' into jay_prefetchnta 20 May 2020, 14:20:09 UTC
af5fcd7 [CI] regenerate hints and dist 20 May 2020, 08:20:10 UTC
de040c1 Fix proof via fuel/ifuel update 19 May 2020, 19:32:00 UTC
c86dbae Merge branch 'master' into jay_prefetchnta 19 May 2020, 16:15:33 UTC
6e10cec [CI] regenerate hints and dist 19 May 2020, 08:24:24 UTC
13aecc8 [CI] regenerate hints and dist 18 May 2020, 08:22:00 UTC
47d38df [CI] regenerate hints and dist 17 May 2020, 08:20:24 UTC
da3c278 [CI] regenerate hints and dist 16 May 2020, 08:20:17 UTC
106583d [CI] regenerate hints and dist 15 May 2020, 08:20:18 UTC
216f2bf [CI] regenerate hints and dist 14 May 2020, 08:21:53 UTC
ade9825 Merge pull request #307 from project-everest/protz_fix_hints Fix hint regeneration 13 May 2020, 17:06:29 UTC
aae3d2d Merge in Aseem's fix 13 May 2020, 16:24:26 UTC
b24ca43 hints 13 May 2020, 16:14:49 UTC
16d0a84 Limit diff churn 13 May 2020, 16:09:33 UTC
8f88f30 Fix hint regeneration 13 May 2020, 15:35:30 UTC
329710b Revert "[CI] regenerate hints and dist" This reverts commit 66752d6c3f80e0c53df47e0704489eb90045728c. 13 May 2020, 15:33:30 UTC
66752d6 [CI] regenerate hints and dist 13 May 2020, 08:20:44 UTC
14fb96c Merge pull request #304 from project-everest/vdum_ocaml_api OCaml API: Fix for opam build 12 May 2020, 20:31:20 UTC
e4f2575 Merge branch 'master' of github.com:project-everest/hacl-star into vdum_ocaml_api 12 May 2020, 19:16:25 UTC
1caafd4 Merge branch 'master' into protz_memzero 12 May 2020, 19:13:27 UTC
5689594 Merge pull request #305 from project-everest/_taramana_ubuntu_focal_20200512 CI: do not hardcode gcc-7 12 May 2020, 18:54:03 UTC
a3563e5 CI: do not hardcode gcc-7 (suggested by @msprotz) No longer useful now with the base Linux CI container using gcc-9 12 May 2020, 17:28:02 UTC
df5d151 Merge branch 'master' of github.com:project-everest/hacl-star into vdum_ocaml_api 12 May 2020, 16:35:23 UTC
f949531 OCaml API: Fix again 12 May 2020, 16:34:45 UTC
db53a6a OCaml API: Small fix for opam build 12 May 2020, 08:59:21 UTC
5f4f813 [CI] regenerate hints and dist 12 May 2020, 08:20:57 UTC
a3f5d06 Merge pull request #303 from project-everest/vdum_ocaml_api OCaml API: Various fixes 12 May 2020, 02:57:30 UTC
a45d746 Benchmark 11 May 2020, 21:46:49 UTC
b7de034 Proper assert 11 May 2020, 21:07:50 UTC
40079aa CPP warnings as non-fatal: third option syntax 11 May 2020, 20:43:59 UTC
23c5d00 Small comment 11 May 2020, 20:30:58 UTC
4a4f927 Merge branch 'master' of github.com:project-everest/hacl-star into vdum_ocaml_api 11 May 2020, 20:25:36 UTC
2c7f3c0 Don't make the #warning fatal: second syntax for errors 11 May 2020, 20:08:24 UTC
b5af519 Merge pull request #300 from project-everest/afromher_cpu Extend EverCrypt CPU detection to support avx512 11 May 2020, 19:55:40 UTC
27f6328 Merge branch 'master' of github.com:project-everest/hacl-star into vdum_ocaml_api 11 May 2020, 19:34:50 UTC
86b268a OCaml API: Various fixes 11 May 2020, 19:30:14 UTC
e0895ca Fix outdated comment 11 May 2020, 19:06:35 UTC
9a2bf7b OSX implementation since I can test that one 11 May 2020, 19:04:55 UTC
0ee638c Remove extra file 11 May 2020, 18:58:16 UTC
60f9afe Finally, addition of a proper treatment for secure memzero-ing some memory... this fixes FStarLang/kremlin#146 11 May 2020, 18:54:02 UTC
e2ea8a9 Merge branch 'master' into afromher_cpu 11 May 2020, 17:35:27 UTC
3218402 Merge pull request #301 from project-everest/vdum_ocaml_api OCaml API: Runtime feature checks, Blake2s 11 May 2020, 17:33:52 UTC
833fa72 Merge branch 'master' into afromher_cpu 11 May 2020, 17:18:12 UTC
9c74441 OCaml API: Adding Blake2s 11 May 2020, 16:25:39 UTC
back to top