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:
zeekay
2026-07-03 14:14:39 -07:00
co-authored by Hanzo Dev
parent 81ec1fa5f5
commit e7b02f8728
+1 -1
View File
@@ -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"
)