From 8a2e1d55a506f85cb35970361e7150cce80931b2 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Sun, 18 Nov 2018 10:34:23 +0900 Subject: [PATCH] fix bls12-381 to be in standard notation --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 0304b11b2..681ff876f 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -609,7 +609,7 @@ def add_validator(validators: List[ValidatorRecord], return index ``` -`BLSVerify` is a function for verifying a BLS-12-381 signature, defined in the BLS-12-381 spec. +`BLSVerify` is a function for verifying a BLS12-381 signature, defined in the BLS12-381 spec. ## Routine for removing a validator