mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Don't use a relative link to link to the audit
This commit is contained in:
parent
67da08705e
commit
ab1e5c372e
9 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
Ciphersuites for elliptic curves premised on ff/group.
|
||||
|
||||
This library, except for the not recommended Ed448 ciphersuite, was
|
||||
[audited by Cypher Stack in March 2023](../../audits/Cypher Stack crypto March 2023/Audit.pdf),
|
||||
[audited by Cypher Stack in March 2023](https://github.com/serai-dex/serai/raw/74924095e1a0f266b58181b539d9e74fa35dc37a/audits/Cypher%20Stack%20crypto%20March%202023/Audit.pdf),
|
||||
culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06.
|
||||
|
||||
### Secp256k1/P-256
|
||||
|
|
|
@ -4,5 +4,5 @@ ff/group bindings around curve25519-dalek with a from_hash/random function based
|
|||
around modern dependencies.
|
||||
|
||||
This library was
|
||||
[audited by Cypher Stack in March 2023](../../audits/Cypher Stack crypto March 2023/Audit.pdf),
|
||||
[audited by Cypher Stack in March 2023](https://github.com/serai-dex/serai/raw/74924095e1a0f266b58181b539d9e74fa35dc37a/audits/Cypher%20Stack%20crypto%20March%202023/Audit.pdf),
|
||||
culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06.
|
||||
|
|
|
@ -12,5 +12,5 @@ Currently included is the two-round protocol from the
|
|||
[FROST paper](https://eprint.iacr.org/2020/852).
|
||||
|
||||
This library was
|
||||
[audited by Cypher Stack in March 2023](../../audits/Cypher Stack crypto March 2023/Audit.pdf),
|
||||
[audited by Cypher Stack in March 2023](https://github.com/serai-dex/serai/raw/74924095e1a0f266b58181b539d9e74fa35dc37a/audits/Cypher%20Stack%20crypto%20March%202023/Audit.pdf),
|
||||
culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06.
|
||||
|
|
|
@ -6,7 +6,7 @@ the `experimental` feature, which has no formal proofs available yet is
|
|||
available here regardless.
|
||||
|
||||
This library, except for the `experimental` feature, was
|
||||
[audited by Cypher Stack in March 2023](../../audits/Cypher Stack crypto March 2023/Audit.pdf),
|
||||
[audited by Cypher Stack in March 2023](https://github.com/serai-dex/serai/raw/74924095e1a0f266b58181b539d9e74fa35dc37a/audits/Cypher%20Stack%20crypto%20March%202023/Audit.pdf),
|
||||
culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06.
|
||||
|
||||
### Cross-Group DLEq
|
||||
|
|
|
@ -5,5 +5,5 @@ are assumed to be of a non-trivial size. These tests do not attempt to check if
|
|||
constant time implementations are used.
|
||||
|
||||
This library was
|
||||
[audited by Cypher Stack in March 2023](../../audits/Cypher Stack crypto March 2023/Audit.pdf),
|
||||
[audited by Cypher Stack in March 2023](https://github.com/serai-dex/serai/raw/74924095e1a0f266b58181b539d9e74fa35dc37a/audits/Cypher%20Stack%20crypto%20March%202023/Audit.pdf),
|
||||
culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06.
|
||||
|
|
|
@ -13,7 +13,7 @@ This library offers ciphersuites compatible with the
|
|||
11 is supported.
|
||||
|
||||
This library was
|
||||
[audited by Cypher Stack in March 2023](../../audits/Cypher Stack crypto March 2023/Audit.pdf),
|
||||
[audited by Cypher Stack in March 2023](https://github.com/serai-dex/serai/raw/74924095e1a0f266b58181b539d9e74fa35dc37a/audits/Cypher%20Stack%20crypto%20March%202023/Audit.pdf),
|
||||
culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06. While this
|
||||
included FROST's definition of Ed448, the underlying Ed448 ciphersuite (offered
|
||||
by the ciphersuite crate) was not audited, nor was the minimal-ed448 crate
|
||||
|
|
|
@ -6,5 +6,5 @@ secure multiexponentation batch verification given a series of values which
|
|||
should sum to 0, identifying which doesn't via binary search if they don't.
|
||||
|
||||
This library was
|
||||
[audited by Cypher Stack in March 2023](../../audits/Cypher Stack crypto March 2023/Audit.pdf),
|
||||
[audited by Cypher Stack in March 2023](https://github.com/serai-dex/serai/raw/74924095e1a0f266b58181b539d9e74fa35dc37a/audits/Cypher%20Stack%20crypto%20March%202023/Audit.pdf),
|
||||
culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06.
|
||||
|
|
|
@ -10,5 +10,5 @@ supported via the multiexp crate. Half-aggregation, as defined in
|
|||
https://eprint.iacr.org/2021/350, is also supported.
|
||||
|
||||
This library was
|
||||
[audited by Cypher Stack in March 2023](../../audits/Cypher Stack crypto March 2023/Audit.pdf),
|
||||
[audited by Cypher Stack in March 2023](https://github.com/serai-dex/serai/raw/74924095e1a0f266b58181b539d9e74fa35dc37a/audits/Cypher%20Stack%20crypto%20March%202023/Audit.pdf),
|
||||
culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06.
|
||||
|
|
|
@ -27,5 +27,5 @@ their type, and their length.
|
|||
compatible with existing Rust projects using `merlin`.
|
||||
|
||||
This library was
|
||||
[audited by Cypher Stack in March 2023](../../audits/Cypher Stack crypto March 2023/Audit.pdf),
|
||||
[audited by Cypher Stack in March 2023](https://github.com/serai-dex/serai/raw/74924095e1a0f266b58181b539d9e74fa35dc37a/audits/Cypher%20Stack%20crypto%20March%202023/Audit.pdf),
|
||||
culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06.
|
||||
|
|
Loading…
Reference in a new issue