Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eschorn1 committed Dec 23, 2024
1 parent 52dc8f3 commit ce76ede
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ unlicensed = "deny"
allow = [
"MIT",
"Apache-2.0",
"BSD-3-Clause"
"BSD-3-Clause",
"Unicode-3.0"
#"Apache-2.0 WITH LLVM-exception",
]
# List of explicitly disallowed licenses
Expand Down
4 changes: 4 additions & 0 deletions fuzz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Coverage status of ml_kem_512 is robust (run the last step above three times), s
For `ml_kem_fuzz`:

~~~
#87186: cov: 3330 ft: 8241 corp: 96 exec/s: 7 oom/timeout/crash: 0/0/0 time: 2919s job: 148 dft_time: 0
#88605: cov: 3330 ft: 8241 corp: 96 exec/s: 9 oom/timeout/crash: 0/0/0 time: 2957s job: 149 dft_time: 0
#89955: cov: 3330 ft: 8241 corp: 96 exec/s: 8 oom/timeout/crash: 0/0/0 time: 2993s job: 150 dft_time: 0
#91182: cov: 3330 ft: 8241 corp: 96 exec/s: 8 oom/timeout/crash: 0/0/0 time: 3032s job: 151 dft_time: 0
# Warning: the following tools are tricky to install/configure
Expand Down

0 comments on commit ce76ede

Please sign in to comment.