Skip to content

v0.3.0

Choose a tag to compare

@oritwoen oritwoen released this 21 Dec 22:01
· 56 commits to main since this release

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 milksad

Output shows the original seed and full key before masking was applied.

✅ Upgrading

cargo install vuke

👉 Changelog

compare changes

🚀 Enhancements

  • analyze: Add masked key analysis (#12)

❤️ Contributors