mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-09 12:35:51 +00:00
825766eea0
* add proof initializer for poseidon2 and `$` * fix padding and block selection * fix sample selection and input construction * fix sample selection & more descriptive names * add concrete types for sampler & builder * add missing digest calls * use concrete types * add sample test fixtures * use concrete types and don't fetch dummy blocks
10 lines
166 B
Nim
10 lines
166 B
Nim
import ./builder/builder
|
|
import ./converters
|
|
|
|
import ../merkletree
|
|
|
|
export builder, converters
|
|
|
|
type
|
|
Poseidon2Builder* = SlotsBuilder[Poseidon2Tree, Poseidon2Hash]
|