Skip to content

Commit 6651189

Browse files
committed
Documentation update
Signed-off-by: Jake Massimo <[email protected]>
1 parent 24a1562 commit 6651189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proofs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ We use the [C Bounded Model Checker (CBMC)](https://github.com/diffblue/cbmc) to
1010

1111
## Assembly verification: HOL-Light
1212

13-
We use the [HOL-Light](https://github.com/jrh13/hol-light) interactive theorem prover alongside the verification infrastructure from [s2n-bignum](https://github.com/awslabs/s2n-bignum) to show the functional correctness of various highly optimized assembly routines in mlkem-native at the object-code level. See [proofs/hol_light/x86_64](hol_light/x86_64).
13+
We use the [HOL-Light](https://github.com/jrh13/hol-light) interactive theorem prover alongside the verification infrastructure from [s2n-bignum](https://github.com/awslabs/s2n-bignum) to show the functional correctness of highly optimized assembly routines in mlkem-native at the object-code level. See [proofs/hol_light/x86_64](hol_light/x86_64).

proofs/hol_light/x86_64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# HOL Light functional correctness proofs
44

5-
This directory contains functional correctness proofs for all x86_64 assembly routines
5+
This directory contains functional correctness proofs for x86_64 assembly routines
66
used in mldsa-native. The proofs were largely developed by John Harrison and Jake Massimo,
77
and are written in the [HOL Light](https://hol-light.github.io/) theorem
88
prover, utilizing the assembly verification infrastructure from [s2n-bignum](https://github.com/awslabs/s2n-bignum).

0 commit comments

Comments
 (0)