Documentation ¶
Overview ¶
Package rswgpu is a package that contains code to solve many consecutive RSW96 timelock puzzles on a graphics card.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SolveManyPuzzles ¶
func SolveManyPuzzles(puzzles []*PuzzleRSWGPU) (answers [][]byte, err error)
Types ¶
type PuzzleRSWGPU ¶
func ToGPUPuzzle ¶
func ToGPUPuzzle(pz *rsw.PuzzleRSW) (gpuPz *PuzzleRSWGPU)
ToGPUPuzzle converts a normal RSW puzzle into a puzzle solvable by GPU
func (*PuzzleRSWGPU) Solve ¶
func (pz *PuzzleRSWGPU) Solve() (answer []byte, err error)
Click to show internal directories.
Click to hide internal directories.