Skip to content

Commit 2901987

Browse files
committed
Update HACL (CPython) README
1 parent c1c7c92 commit 2901987

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Modules/_hacl/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ safety, functional correctness, and secret independence.
88

99
## Updating HACL*
1010

11-
Use the `refresh.sh` script in this directory to pull in a new upstream code
12-
version. The upstream git hash used for the most recent code pull is recorded
13-
in the script. Modify the script as needed to bring in more if changes are
14-
needed based on upstream code refactoring.
11+
Use the [refresh.sh](refresh.sh) script in this directory to pull in a new
12+
upstream code version. The upstream git hash used for the most recent code
13+
pull is recorded in the script. Modify the script as needed to bring in more
14+
if changes are needed based on upstream code refactoring.
1515

1616
Never manually edit HACL\* files. Always add transformation shell code to the
1717
`refresh.sh` script to perform any necessary edits. If there are serious code
1818
changes needed, work with the upstream repository.
1919

2020
## Local files
2121

22-
1. `./include/python_hacl_namespaces.h`
23-
1. `./README.md`
24-
1. `./refresh.sh`
22+
* [python_hacl_namespaces.h](python_hacl_namespaces.h)
23+
* [README.md](README.md)
24+
* [refresh.sh](refresh.sh)
2525

2626
## ACKS
2727

0 commit comments

Comments
 (0)