mirror of
https://github.com/sonr-io/crypto.git
synced 2026-08-03 15:51:38 +00:00
refactor(crypto): simplify elliptic curve implementation
This commit is contained in:
+3
-3
@@ -4,9 +4,9 @@ package mpc
|
||||
import (
|
||||
"crypto/rand"
|
||||
|
||||
"github.com/sonr-io/sonr/crypto/core/curves"
|
||||
"github.com/sonr-io/sonr/crypto/core/protocol"
|
||||
"github.com/sonr-io/sonr/crypto/tecdsa/dklsv1/dkg"
|
||||
"github.com/sonr-io/crypto/core/curves"
|
||||
"github.com/sonr-io/crypto/core/protocol"
|
||||
"github.com/sonr-io/crypto/tecdsa/dklsv1/dkg"
|
||||
)
|
||||
|
||||
type CurveName string
|
||||
|
||||
Reference in New Issue
Block a user