mirror of
https://github.com/sonr-io/crypto.git
synced 2026-08-02 15:31:38 +00:00
refactor(crypto): simplify elliptic curve implementation
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
subtle "github.com/sonr-io/sonr/crypto/daed"
|
||||
"github.com/sonr-io/sonr/crypto/subtle/random"
|
||||
subtle "github.com/sonr-io/crypto/daed"
|
||||
"github.com/sonr-io/crypto/subtle/random"
|
||||
)
|
||||
|
||||
type testData struct {
|
||||
|
||||
Reference in New Issue
Block a user