mirror of
https://github.com/sonr-io/crypto.git
synced 2026-08-02 23:41:37 +00:00
refactor(crypto): simplify elliptic curve implementation
This commit is contained in:
+2
-2
@@ -25,8 +25,8 @@ import (
|
||||
|
||||
"golang.org/x/crypto/sha3"
|
||||
|
||||
"github.com/sonr-io/sonr/crypto/internal/ed25519/edwards25519"
|
||||
"github.com/sonr-io/sonr/crypto/internal/ed25519/extra25519"
|
||||
"github.com/sonr-io/crypto/internal/ed25519/edwards25519"
|
||||
"github.com/sonr-io/crypto/internal/ed25519/extra25519"
|
||||
"golang.org/x/crypto/ed25519"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user