v0.3.0
0.3.0 is the next minor release.
👀 Highlights
Masked key analysis for BTC1000-style puzzles! 🎉
🎭 Masked Key Analysis
Analyze keys that have been masked to N bits with the highest bit forced to 1 (#12).
Formula: masked_key = (full_key & (2^N - 1)) | 2^(N-1)
vuke analyze 0x15 --mask 5 --analyzer milksadOutput shows the original seed and full key before masking was applied.
✅ Upgrading
cargo install vuke👉 Changelog
🚀 Enhancements
- analyze: Add masked key analysis (#12)
❤️ Contributors
- oritwoen (@oritwoen)