Mining/miner/core/src/crypto/progpowz
snider b7af288374 feat: Add ProgPowZ algorithm support (Zano)
- Add core crypto implementation (ProgPowZHash.cpp, ProgPowZCache.cpp)
- ProgPowZ uses standard Ethash 30000 block epochs
- Period length 50 (vs 3 for KawPow), CNT_CACHE 12, CNT_MATH 20
- Integrate with OpenCL and CUDA backends for memory calculation
- Register PROGPOWZ_ZANO algorithm ID (0x70100000)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 20:19:54 +00:00
..
ProgPowZCache.cpp feat: Add ProgPowZ algorithm support (Zano) 2025-12-30 20:19:54 +00:00
ProgPowZCache.h feat: Add ProgPowZ algorithm support (Zano) 2025-12-30 20:19:54 +00:00
ProgPowZHash.cpp feat: Add ProgPowZ algorithm support (Zano) 2025-12-30 20:19:54 +00:00
ProgPowZHash.h feat: Add ProgPowZ algorithm support (Zano) 2025-12-30 20:19:54 +00:00