From 44d2faada0336973327d4cea02931c75471259e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Thu, 4 Jan 2024 13:39:56 +0100 Subject: [PATCH] =?UTF-8?q?ADR=2010:=20Replace=20<=3D=20with=20=E2=89=A4?= =?UTF-8?q?=20to=20avoid=20linting=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0010-vrf-elections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0010-vrf-elections.md b/0010-vrf-elections.md index f7f35c4..c5a3224 100644 --- a/0010-vrf-elections.md +++ b/0010-vrf-elections.md @@ -36,7 +36,7 @@ following additions and extra clarifications: enforcing this when decoding. - When decoding s in the ECVRF_verify routine, the s scalar MUST fall - within the range 0 <= i < L. This change will make proofs + within the range 0 ≤ i < L. This change will make proofs non-malleable. Note that this check is unneeded for the c scalar as it is 128-bits, and thus will always lie within the valid range. This check was not present in the IETF draft prior to version 10.