From 5cd97b37e425ef87b14649c46ea65f391bdb39c0 Mon Sep 17 00:00:00 2001 From: bytemare <3641580+bytemare@users.noreply.github.com> Date: Mon, 28 Mar 2022 03:35:07 +0200 Subject: [PATCH] keep maxID for tests Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com> --- group/groups.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/group/groups.go b/group/groups.go index b9ae695..8aa93bf 100644 --- a/group/groups.go +++ b/group/groups.go @@ -55,6 +55,8 @@ const ( // Secp256k1Sha256 identifies a group over Secp256k1 with SHA2-512 hash-to-group hashing. Secp256k1Sha256 + + maxID ) const dstfmt = "%s-V%s-CS%s-%s"