mirror of
https://github.com/sonr-io/crypto.git
synced 2026-08-04 08:11:39 +00:00
refactor(crypto): simplify elliptic curve implementation
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
bls "github.com/sonr-io/sonr/crypto/signatures/bls/bls_sig"
|
||||
bls "github.com/sonr-io/crypto/signatures/bls/bls_sig"
|
||||
)
|
||||
|
||||
type signOp struct {
|
||||
|
||||
Reference in New Issue
Block a user