mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
crypto/aggregated ThresholdSignature.Verify ignored its message argument and returned true for any non-empty []byte — a method named Verify that verifies nothing. Zero importers workspace-wide, so it was never reachable; removing it before it ever could be. Real threshold verification lives in luxfi/threshold. Verified: CGO_ENABLED=0 go build ./... clean, no remaining references.
37 lines
583 B
Plaintext
37 lines
583 B
Plaintext
|
|
__pycache__/
|
|
.DS_Store
|
|
.next/
|
|
.pnpm-store/
|
|
*.log
|
|
**/__pycache__/
|
|
**/dist/
|
|
**/node_modules/
|
|
**/target/
|
|
# hygiene (untrack node_modules, block common build output)
|
|
# mlkem dudect build artifacts
|
|
AGENTS.md
|
|
build/
|
|
CLAUDE.md
|
|
coverage/
|
|
dist/
|
|
GEMINI.md
|
|
GROK.md
|
|
grpc-server.log
|
|
mlkem/ct/dudect/dudect_decaps
|
|
mlkem/ct/dudect/dudect_encaps
|
|
mlkem/ct/dudect/dudect_keygen
|
|
mlkem/ct/dudect/dudect/
|
|
mlkem/ct/dudect/libmlkem_*.dylib
|
|
mlkem/ct/dudect/libmlkem_*.h
|
|
mlkem/ct/dudect/libmlkem_*.so
|
|
mlkem/ct/dudect/results/
|
|
node_modules/
|
|
playwright-report/
|
|
QWEN.md
|
|
target/
|
|
test-results/
|
|
tmp/
|
|
*.eco
|
|
*.test
|