Skip to content

Commit

Permalink
rust-tutorial: Fix the Cryptol Salsa20 spec link.
Browse files Browse the repository at this point in the history
Salsa20.cry is a _sibling_ of the `src/` directory, not a member of
it.
  • Loading branch information
ChrisEPhifer committed Dec 20, 2024
1 parent 94ac55c commit 02a3853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rust-tutorial/rust-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@ transcribing an English-language specification to executable Cryptol code is
interesting in its own right, but it is not the primary focus of this tutorial.
As such, we will save you some time by providing a pre-baked Cryptol
implementation of the Salsa20 spec
[here](https://github.com/GaloisInc/saw-script/tree/master/doc/rust-tutorial/code/salsa20/src/Salsa20.cry).
[here](https://github.com/GaloisInc/saw-script/blob/master/doc/rust-tutorial/code/salsa20/Salsa20.cry).
(This implementation is
[adapted](https://github.com/GaloisInc/cryptol-specs/blob/1366ccf71db9dca58b16ff04ca7d960a4fe20e34/Primitive/Symmetric/Cipher/Stream/Salsa20.cry)
from the [`cryptol-specs`](https://github.com/GaloisInc/cryptol-specs) repo.)
Expand Down

0 comments on commit 02a3853

Please sign in to comment.