sonr/crypto/sharing/v1/common.go

15 lines
296 B
Go
Executable File

//
// Copyright Coinbase, Inc. All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//
package v1
import (
kryptology "github.com/onsonr/hway/crypto/core/curves"
)
// ShareVerifier is used to verify secret shares from Feldman or Pedersen VSS
type ShareVerifier = kryptology.EcPoint