sort by:
Revision Author Date Message Commit Date
f310596 Merge branch 'fstar-master' into taramana_tests 07 May 2019, 13:44:33 UTC
4a583e2 Merge pull request #158 from project-everest/cwinter-benchmark More benchmarking improvements. 07 May 2019, 13:02:01 UTC
3c9eb3e Benchmarks: clean up compiler options 07 May 2019, 12:13:09 UTC
06117bc Benchmarks: use -flto where possible 07 May 2019, 12:13:08 UTC
975392e Fix benchmark timing problem 07 May 2019, 12:13:08 UTC
944eae6 Benchmark plot tweaks. 07 May 2019, 12:13:07 UTC
613c2dd Benchmark build fixes. Added BCrypt x25519. 07 May 2019, 12:13:07 UTC
1f1ec84 Added kbench README.md 07 May 2019, 12:13:06 UTC
02f1b7a Added kbench9000-based libcurve25519 07 May 2019, 12:13:06 UTC
3d9bc40 Benchmark plot tweaks. 07 May 2019, 12:13:05 UTC
4ed7cec Disable cpus/turbos during benchmarks 07 May 2019, 12:13:05 UTC
2c92096 Disable cpus/turbos during benchmarks 07 May 2019, 12:13:04 UTC
6749148 Benchmark build fixes for Cygwin 07 May 2019, 12:13:04 UTC
641e3dc Typos 07 May 2019, 12:13:03 UTC
d0e0ce1 Benchmark build system fixes 07 May 2019, 12:13:03 UTC
2a093aa Benchmark fix 07 May 2019, 12:13:02 UTC
80f2da9 Added warmup samples to benchmarks. 07 May 2019, 12:13:02 UTC
8d846cd Added standard deviation to benchmark data. 07 May 2019, 12:13:01 UTC
0d77cdc Wired tests/benchmark into the global Makefile and CI 07 May 2019, 12:13:00 UTC
0ec0cb2 Benchmarking: Build fixes for Cygwin, added BCrypt hashes. 07 May 2019, 12:13:00 UTC
6833b17 Improved Merkle tree benchmark. 07 May 2019, 12:12:59 UTC
d001f0f Fix clang build of libfiat-curve25519 07 May 2019, 12:12:59 UTC
891a545 Fixed benchmark compiler flags. 07 May 2019, 12:12:58 UTC
d371c69 Fixed RFC7448 compiler flags 07 May 2019, 12:12:58 UTC
6f1ecf8 Added Fiat and OpenSSL versions of Curve25519 to benchmarks. 07 May 2019, 12:12:57 UTC
a97125e More benchmarking. 07 May 2019, 12:12:57 UTC
a166e43 More benchmarks. 07 May 2019, 12:12:56 UTC
b57eed5 Wired new Ed25519 into benchmarks 07 May 2019, 12:12:56 UTC
b0bf919 More benchmarking. 07 May 2019, 12:12:55 UTC
7d08141 Merge branch 'fstar-master' into _vale 06 May 2019, 22:37:29 UTC
2d24e24 Use norm instead of normalize for buffer_disjoints128 06 May 2019, 22:35:06 UTC
aa54e3c Merge branch 'fstar-master' of github.com:mitls/hacl-star into taramana_tests 06 May 2019, 20:12:43 UTC
e8fe3e6 Merge pull request #161 from project-everest/readme-patch-1 Add a pointer to Project Everest 06 May 2019, 19:57:50 UTC
33159f4 Merge branch 'fstar-master' into readme-patch-1 06 May 2019, 14:26:25 UTC
5882942 Add a pointer to Project Everest 06 May 2019, 14:17:04 UTC
dbdb570 rlimit 06 May 2019, 13:20:18 UTC
af2578d Update .vaf files to match reveal statement in new Vale version 06 May 2019, 03:16:31 UTC
0caed2c Update .vaf files to match syntax changes in new Vale version 05 May 2019, 15:29:41 UTC
b55bb98 Reduce z3rlimit and fuel on Lib.Buffer.map_blocks_multi via --using_facts_from 04 May 2019, 13:53:21 UTC
700fe83 In taint analysis, track OF same way as CF 04 May 2019, 02:40:56 UTC
09d85c4 Merge branch '_vale_leakage' of https://github.com/project-everest/hacl-star into _vale_leakage 04 May 2019, 02:13:16 UTC
c7ecc5a Add custom taint analysis for "xor r, r" 04 May 2019, 02:02:55 UTC
33dd67f Merge branch '_vale_leakage' of https://github.com/mitls/hacl-star into _vale_leakage 03 May 2019, 18:50:12 UTC
0e5798d Add taint tracking for stack instructions 03 May 2019, 18:22:03 UTC
de9bdb1 Add annotation field to Instr to allow customized taint tracking 03 May 2019, 18:14:21 UTC
59a66e2 Delete dead instruction/leakage code 03 May 2019, 04:14:17 UTC
6ef4e99 Merge branch 'fstar-master' into _vale_leakage 02 May 2019, 22:00:17 UTC
e1fccf6 Remove eqtype from code type and pull some of Instr into a separate type 02 May 2019, 20:07:22 UTC
6917de2 Merge branch 'fstar-master' into _vale_leakage 01 May 2019, 23:53:26 UTC
202bc9c Annotate failing tests 01 May 2019, 22:02:34 UTC
f61562b Refine test bound checks, make them fail 01 May 2019, 21:52:46 UTC
8a24eca add poly1305, curve25519, chacha20poly1305 to the Wasm tests 01 May 2019, 19:47:33 UTC
2d29cc3 Switch Movdqu and *xor instructions to Instr, so we get the Instr taint analysis for them (special casing "xor r, r" will come later) 01 May 2019, 19:46:42 UTC
fe63ae0 Inline for extraction 01 May 2019, 19:21:20 UTC
dbc9c9e Switch Ins_* instructions to Instr, so we get the Instr taint analysis for them 01 May 2019, 18:35:41 UTC
5277b02 test cleanup: fine-tune test configs 01 May 2019, 18:27:30 UTC
674cb09 Merge branch 'fstar-master' into _vale_leakage 01 May 2019, 17:30:16 UTC
29d5e32 Merge branch 'fstar-master' of github.com:mitls/hacl-star into taramana_tests 01 May 2019, 16:57:39 UTC
24e57ed poly1305: protect ValeCrypt behind `wants_vale` 01 May 2019, 15:26:42 UTC
921bcb0 Hints 01 May 2019, 14:34:35 UTC
0ff2d2b Fix regression in Spec.SHA3 due to generate_blocks additional parameter 01 May 2019, 13:39:39 UTC
86bdca9 Partially merged lib in _dev; this removes two admits in lib 01 May 2019, 12:46:28 UTC
5ce0077 Implement taint analysis for Instr 01 May 2019, 10:00:25 UTC
8b45cde More Instr-related definitions and proofs for taint analysis 01 May 2019, 03:16:54 UTC
a7a5ed3 tests: move poly1305, curve25519, chacha20poly1305 to Test.NoHeap 30 April 2019, 22:23:44 UTC
abe4c98 Merge branch 'fstar-master' of github.com:mitls/hacl-star into taramana_tests 30 April 2019, 21:56:23 UTC
5a1c3ba Missing avx_enabled precondition 30 April 2019, 21:50:44 UTC
b169fb9 Fix hints 30 April 2019, 20:33:45 UTC
d4c85da Merge branch 'fstar-master' into afromher_aesctr 30 April 2019, 20:17:50 UTC
244e070 Low* wrapper for AESCTR + hints 30 April 2019, 20:16:48 UTC
48f69f7 Merge remote-tracking branch 'origin/nik_fstar-master-staging' into fstar-master 30 April 2019, 17:35:34 UTC
fa913ac Fix a fragile proof; disable performance testing 30 April 2019, 17:35:29 UTC
8c34652 hints 30 April 2019, 17:35:02 UTC
9b3ea91 Some Instr-related definitions and proofs for taint analysis 30 April 2019, 16:13:48 UTC
75ee111 More manual test configs (with @msprotz) 30 April 2019, 03:45:20 UTC
6882a15 Low* tests: use EverCrypt.Chacha20Poly1305 29 April 2019, 21:51:17 UTC
98e16cf A spec equivalence proof for update SHA2_224 and update SHA2_256; use it in EverCrypt.Hash 29 April 2019, 14:25:43 UTC
a5f282f Some functions for taint analysis 29 April 2019, 05:22:03 UTC
a5a60ed Vale wrapper for new gctr_bytes + hints 29 April 2019, 05:15:04 UTC
ddc3e70 Update the interface for gctr_bytes, so that it takes an extra buffer of leftover bytes 29 April 2019, 04:07:31 UTC
76cadd8 Merge pull request #157 from project-everest/cwinter-ed25519 Ed25519 cleanup 28 April 2019, 15:25:40 UTC
4ea7ecc Merge branch 'fstar-master' into cwinter-ed25519 28 April 2019, 12:34:18 UTC
0263c69 Ed25519 cleanup 28 April 2019, 11:40:54 UTC
eb8648b More coverage (none/AVX/AVX2 for every platform), skip test_aead_st if no avx 28 April 2019, 07:42:11 UTC
97f0c56 Low* wrappers for gctr_bytes 28 April 2019, 00:45:17 UTC
6e17196 Merge branch 'fstar-master' into _vale_instructions 27 April 2019, 15:48:28 UTC
f51168d Keep AVX always enabled (requested by @chris-hawblitzel) 27 April 2019, 14:43:47 UTC
5cfbfe5 Merge pull request #156 from project-everest/cwinter-ed25519 Added and rewired new Ed25519 implementation. 27 April 2019, 11:57:46 UTC
f0a4fb7 Wired Ed25519 into Hacl.Hash.SHA2 27 April 2019, 10:42:41 UTC
c8ffd52 Wired up new Ed25519 code. 27 April 2019, 10:42:40 UTC
03bfab5 wip: add ed25519 27 April 2019, 10:42:40 UTC
7320142 Merge branch 'fstar-master' into _vale_instructions 26 April 2019, 20:17:46 UTC
11f759c Vale wrapper for gctr_bytes + hints 26 April 2019, 19:36:18 UTC
7a26c31 Merge pull request #155 from project-everest/cwinter-benchmark Benchmarking stuff 26 April 2019, 19:13:28 UTC
96aed15 Remove unneeded 0 < num_bytes precondition in gctr_bytes 26 April 2019, 18:28:42 UTC
6d2dace More benchmarking 26 April 2019, 15:35:19 UTC
3cfa68f More benchmarking. 26 April 2019, 15:35:18 UTC
f78154d More benchmarking. 26 April 2019, 15:35:17 UTC
64add30 More benchmarking. 26 April 2019, 15:35:17 UTC
0c0c6ef Benchmark plots fix 26 April 2019, 15:35:16 UTC
back to top