From 4adec77feea7e9ec45ca43084383d85de450518b Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Mon, 11 Nov 2024 21:28:12 +0100 Subject: refactoring in progress --- dashboard/dashboard.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dashboard/dashboard.go') diff --git a/dashboard/dashboard.go b/dashboard/dashboard.go index 6f384f9..b26277d 100644 --- a/dashboard/dashboard.go +++ b/dashboard/dashboard.go @@ -7,7 +7,7 @@ import ( "encoding/json" "kesim.org/seal" - "kesim.org/seal/nizk/commit" + "kesim.org/seal/nizk" ) type Dashboard interface { @@ -27,7 +27,7 @@ type SignedMessage struct { } type SignedCommitment struct { - *commit.Commitment + *nizk.Commitment Signature []byte } @@ -131,4 +131,4 @@ func (s *SignedCommitment) Verify(pubkey ed25519.PublicKey) bool { func Pub2String(pubkey ed25519.PublicKey) string { return base32.StdEncoding.EncodeToString(pubkey) -} \ No newline at end of file +} -- cgit v1.2.3