Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Fix link formatting #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in the implementation of the algorithm. Namely, we test bounds checks on points
and scalars involved in a signature, along with cofactored vs. cofactorless verification.

We hope this helps outline the measures needed to implement the FIPS 186-5 and
RFC 8032 standards rigorously. For more information, read our [paper])(https://eprint.iacr.org/2020/1244, published
RFC 8032 standards rigorously. For more information, read our [paper](https://eprint.iacr.org/2020/1244), published
[at SSR'20](https://ssr2020.mozilla.org/accepted-papers).

You can run this utility with `RUST_LOG=debug cargo run` to get a list of the
Expand Down