Crate packx

Crate packx 

Source

Structs§

SeedTable
Per-bump table allocated on the heap. Large fields are boxed slices.
Solution
SolverMemory
All bumps for one pubkey (heap allocated).

Constants§

SOLUTION_SIZE

Functions§

build_memory
Build all 256 bump tables on the heap.
build_one_bump
Build one bump table on the heap. No large stack locals.
deserialize
serialize
solve
Solve by first building the precompute for this pubkey, then searching.
solve_one_bump
Solve for one bump using its table by scanning per-group candidates and trying combinations.
solve_with_memory
Solve using a precomputed all-bumps table.
unpack
Reconstruct data using H(pubkey, bump, seed, nonce).
verify
Check reconstruction and difficulty.