From c782725aa1e24e8f08cd4001f4aeed90a4d59350 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 10 Dec 2018 10:43:42 +0000 Subject: [PATCH] Update bls_verify.md --- specs/bls_verify.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs/bls_verify.md b/specs/bls_verify.md index e46699fb8..2711755c0 100644 --- a/specs/bls_verify.md +++ b/specs/bls_verify.md @@ -7,6 +7,7 @@ - [BLS signature verification](#bls-signature-verification) - [Table of contents](#table-of-contents) + - [Curve parameters](#curve-parameters) - [Point representations](#point-representations) - [G1 points](#g1-points) - [G2 points](#g2-points) @@ -19,7 +20,7 @@ -## Curve +## Curve parameters The BLS12-381 curve parameters are defined [here](https://z.cash/blog/new-snark-curve).