Skip to content

Commit 16b113b

Browse files
perturbingch1bo
authored andcommitted
add links to zcash standard and the rust benchmarks, as per @ch1bo suggestions
1 parent 30197af commit 16b113b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ImpactAnalysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,9 @@ Introduce opaque types for `SecretKey`, `PublicKey`, `Signature`, and `AggSignat
444444
- *REQ-BlsDSIGNIntegration*.
445445
Provide a `DSIGN` instance so consensus can use BLS via the existing `DSIGN` class, including aggregation-capable helpers where appropriate.
446446
- *REQ-BlsSerialisation*.
447-
Deterministic serialisation: `ToCBOR`/`FromCBOR` and raw-bytes for keys/signatures; strict length/subgroup/infinity checks; canonical compressed encodings as per the Zcash standard for BLS points.
447+
Deterministic serialisation: `ToCBOR`/`FromCBOR` and raw-bytes for keys/signatures; strict length/subgroup/infinity checks; canonical compressed encodings as per the [Zcash](https://github.com/zcash/librustzcash/blob/6e0364cd42a2b3d2b958a54771ef51a8db79dd29/pairing/src/bls12_381/README.md#serialization) standard for BLS points.
448448
- *REQ-BlsConformanceVectors*.
449-
Add conformance tests using test vectors from the Rust implementation to ensure cross-impl compatibility.
449+
Add conformance tests using test vectors from the [intial](https://github.com/input-output-hk/ouroboros-leios/tree/main/crypto-benchmarks.rs) Rust implementation to ensure cross-impl compatibility.
450450

451451
### Non-functional
452452

0 commit comments

Comments
 (0)