Skip to content

Commit

Permalink
rename bls verification spec ref
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed Dec 11, 2018
1 parent c462f56 commit 5734b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def integer_squareroot(n: int) -> int:

#### `BLSVerify`

`BLSVerify` is a function for verifying a BLS12-381 signature, defined in the [BLS12-381 spec](https://github.com/ethereum/eth2.0-specs/blob/master/specs/bls_verify.md).
`BLSVerify` is a function for verifying a BLS12-381 signature, defined in the [BLS Verification spec](https://github.com/ethereum/eth2.0-specs/blob/master/specs/bls_verify.md).

### On startup

Expand Down

0 comments on commit 5734b25

Please sign in to comment.