Update bls_verify.md

This commit is contained in:
Justin 2018-12-10 10:43:42 +00:00 committed by GitHub
parent 25cc1cf382
commit c782725aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 @@
<!-- /TOC -->
## Curve
## Curve parameters
The BLS12-381 curve parameters are defined [here](https://z.cash/blog/new-snark-curve).