From 0ada8c47427bfe604024d383ed7a250b04c82fee Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Thu, 21 Nov 2024 17:13:47 +0100 Subject: refactor: lifted nizk/ up and away --- dashboard/dashboard.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dashboard/dashboard.go') diff --git a/dashboard/dashboard.go b/dashboard/dashboard.go index b26277d..7a75e9c 100644 --- a/dashboard/dashboard.go +++ b/dashboard/dashboard.go @@ -7,7 +7,6 @@ import ( "encoding/json" "kesim.org/seal" - "kesim.org/seal/nizk" ) type Dashboard interface { @@ -27,7 +26,7 @@ type SignedMessage struct { } type SignedCommitment struct { - *nizk.Commitment + *seal.Commitment Signature []byte } -- cgit v1.2.3