Apply feedback from Danny, add a note of the hash to curve configuration

This commit is contained in:
Hsiao-Wei Wang 2020-05-13 13:01:08 +08:00
parent 3c11a4dc02
commit 4a246ba5ac
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
1 changed files with 2 additions and 0 deletions

View File

@ -613,6 +613,8 @@ def bytes_to_int(data: bytes) -> uint64:
Within these specifications, BLS signatures are treated as a module for notational clarity, thus to verify a signature `bls.Verify(...)` is used.
*Note*: The non-standard configuration of the BLS and hash to curve specs is temporary and will be resolved once IETF releases BLS spec draft 3.
### Predicates
#### `is_active_validator`