2024-11-23 01:28:58 -05:00
|
|
|
//
|
|
|
|
|
// Copyright Coinbase, Inc. All Rights Reserved.
|
|
|
|
|
//
|
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
package common
|
|
|
|
|
|
|
|
|
|
import (
|
2024-12-02 14:27:18 -05:00
|
|
|
"github.com/onsonr/sonr/crypto/core/curves"
|
2024-11-23 01:28:58 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// Challenge generated by fiat-shamir heuristic
|
|
|
|
|
type Challenge = curves.Scalar
|