mirror of
https://github.com/sonr-io/crypto.git
synced 2026-08-04 08:11:39 +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 common
|
||||
|
||||
import (
|
||||
"github.com/sonr-io/sonr/crypto/core/curves"
|
||||
)
|
||||
|
||||
// Challenge generated by fiat-shamir heuristic
|
||||
type Challenge = curves.Scalar
|
||||
Reference in New Issue
Block a user