fix: Refactor crypto

This commit is contained in:
Prad N
2025-03-11 13:57:03 -04:00
parent 090ee30ba3
commit 00b23353c9
285 changed files with 0 additions and 68698 deletions
-15
View File
@@ -1,15 +0,0 @@
//
// Copyright Coinbase, Inc. All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//
package common
import (
"github.com/onsonr/sonr/crypto/core/curves"
)
// Commitment represents a point Pedersen commitment of one or more
// points multiplied by scalars
type Commitment = curves.Point