From 4a246ba5ac95f657fabea05506c86c8c48f453c0 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Wed, 13 May 2020 13:01:08 +0800 Subject: [PATCH] Apply feedback from Danny, add a note of the hash to curve configuration --- specs/phase0/beacon-chain.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/phase0/beacon-chain.md b/specs/phase0/beacon-chain.md index 1c88c2a4c..f96842b20 100644 --- a/specs/phase0/beacon-chain.md +++ b/specs/phase0/beacon-chain.md @@ -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`