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:
@@ -19,7 +19,7 @@ import (
|
||||
bls12377 "github.com/consensys/gnark-crypto/ecc/bls12-377"
|
||||
"golang.org/x/crypto/sha3"
|
||||
|
||||
"github.com/sonr-io/sonr/crypto/core"
|
||||
"github.com/sonr-io/crypto/core"
|
||||
)
|
||||
|
||||
// See 'r' = https://eprint.iacr.org/2018/962.pdf Figure 16
|
||||
|
||||
Reference in New Issue
Block a user