go-blockchain/crypto
Claude 97c5510184
Some checks failed
Security Scan / security (push) Successful in 12s
Test / Test (push) Failing after 25s
refactor: complete coreerr.E() conversion across all packages
Convert all remaining fmt.Errorf and errors.New in production code
to coreerr.E(). Covers crypto/ (keygen, signature, clsag, keyimage,
pow), consensus/block, and chain/ring. Only sentinel error definitions
in errors.go and varint.go retain errors.New (correct usage).

Co-Authored-By: Charon <charon@lethean.io>
2026-03-16 23:42:51 +00:00
..
common feat(crypto): Phase 2a scaffold — vendored C++ and CMake build 2026-02-20 18:21:44 +00:00
compat feat(crypto): Phase 2a scaffold — vendored C++ and CMake build 2026-02-20 18:21:44 +00:00
currency_core feat(crypto): Phase 2a scaffold — vendored C++ and CMake build 2026-02-20 18:21:44 +00:00
randomx feat(crypto): RandomX PoW hash via CGo bridge 2026-02-21 01:01:23 +00:00
upstream feat(crypto): Phase 2a scaffold — vendored C++ and CMake build 2026-02-20 18:21:44 +00:00
bridge.cpp feat(consensus): V2 Zarcanum signature and proof verification 2026-02-22 00:06:10 +00:00
bridge.h feat(consensus): V2 Zarcanum signature and proof verification 2026-02-22 00:06:10 +00:00
clsag.go refactor: complete coreerr.E() conversion across all packages 2026-03-16 23:42:51 +00:00
CMakeLists.txt feat(crypto): RandomX PoW hash via CGo bridge 2026-02-21 01:01:23 +00:00
crypto.go feat(crypto): RandomX PoW hash via CGo bridge 2026-02-21 01:01:23 +00:00
crypto_test.go feat(crypto): wire BPP/BPPE/BGE proof verification with real testnet data 2026-02-21 18:37:08 +00:00
doc.go feat(crypto): CGo bridge smoke test — FastHash via Keccak-256 2026-02-20 18:22:25 +00:00
keygen.go refactor: complete coreerr.E() conversion across all packages 2026-03-16 23:42:51 +00:00
keyimage.go refactor: complete coreerr.E() conversion across all packages 2026-03-16 23:42:51 +00:00
pow.go refactor: complete coreerr.E() conversion across all packages 2026-03-16 23:42:51 +00:00
pow_test.go feat(crypto): RandomX PoW hash via CGo bridge 2026-02-21 01:01:23 +00:00
proof.go feat(crypto): wire BPP/BPPE/BGE proof verification with real testnet data 2026-02-21 18:37:08 +00:00
PROVENANCE.md feat(crypto): Phase 2a scaffold — vendored C++ and CMake build 2026-02-20 18:21:44 +00:00
signature.go refactor: complete coreerr.E() conversion across all packages 2026-03-16 23:42:51 +00:00