mirror of
https://github.com/luxfi/proto.git
synced 2026-07-26 22:54:49 +00:00
deps: repoint BLS threshold scheme registration to luxfi/threshold/scheme/bls
The BLS Scheme impl moved from crypto/threshold/bls to luxfi/threshold/scheme/bls (all threshold impls now live in one module; the interface stays in crypto/threshold). One-line blank-import path change; no behavior change. Co-authored-by: Hanzo Dev <dev@hanzo.ai>
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/cloudflare/circl/kem/mlkem/mlkem768"
|
||||
"github.com/luxfi/crypto/bls"
|
||||
"github.com/luxfi/crypto/threshold"
|
||||
_ "github.com/luxfi/crypto/threshold/bls" // Register BLS threshold scheme
|
||||
_ "github.com/luxfi/threshold/scheme/bls" // Register BLS threshold scheme
|
||||
"github.com/luxfi/math/set"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user