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:
+4
-4
@@ -12,10 +12,10 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/sonr-io/sonr/crypto/argon2"
|
||||
ecdsaPkg "github.com/sonr-io/sonr/crypto/ecdsa"
|
||||
"github.com/sonr-io/sonr/crypto/password"
|
||||
"github.com/sonr-io/sonr/crypto/wasm"
|
||||
"github.com/sonr-io/crypto/argon2"
|
||||
ecdsaPkg "github.com/sonr-io/crypto/ecdsa"
|
||||
"github.com/sonr-io/crypto/password"
|
||||
"github.com/sonr-io/crypto/wasm"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user