WolframInstitute/Puzzles
Plumbing for cryptographic treasure hunts: encodings, seeds, key derivation, oracles, search, steganography and chain lookups
Contributed By: Wolfram Institute
The WolframInstitute/Puzzles paclet is the plumbing for cryptographic treasure hunts: the encodings, seed schemes, key derivations, candidate oracles, search drivers, steganography extractors and chain lookups that puzzle work needs over and over. Every function is pinned to an independent published specification vector (the BIP39, BIP32, BIP173/BIP350 and related test vectors), so a result can be trusted when real money is on the line.
Installation Instructions
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall[ResourceObject["https://wolfr.am/1GPuXxG02"]]
To load the code after installation, evaluate this code:
Needs["WolframInstitute`Puzzles`"]