mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 00:24:56 -05:00
Update bls_verify.md
This commit is contained in:
@@ -105,7 +105,7 @@ Let `bls_verify(pubkey: uint384, message: bytes32, signature: [uint384], domain:
|
||||
|
||||
### `bls_verify_multiple`
|
||||
|
||||
Let `BLSMultiVerify(pubkeys: [uint384], messages: [bytes32], signature: [uint384], domain: uint64) -> bool`:
|
||||
Let `bls_verify_multiple(pubkeys: [uint384], messages: [bytes32], signature: [uint384], domain: uint64) -> bool`:
|
||||
|
||||
* Verify that each `pubkey` in `pubkeys` is a valid G1 point.
|
||||
* Verify that `signature` is a valid G2 point.
|
||||
|
||||
Reference in New Issue
Block a user