mirror of
https://github.com/sonr-io/crypto.git
synced 2026-08-02 23:41:37 +00:00
No commit suggestions generated
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Copyright Coinbase, Inc. All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
package v1
|
||||
|
||||
import (
|
||||
kryptology "github.com/sonr-io/sonr/crypto/core/curves"
|
||||
)
|
||||
|
||||
// ShareVerifier is used to verify secret shares from Feldman or Pedersen VSS
|
||||
type ShareVerifier = kryptology.EcPoint
|
||||
Reference in New Issue
Block a user