mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-02 14:03:34 +00:00
e5df8c50d3
* style: nph setup * chore: formates codex/ and tests/ folder with nph 0.6.1
9 lines
161 B
Nim
9 lines
161 B
Nim
import ./sampler/sampler
|
|
import ./sampler/utils
|
|
|
|
import ../merkletree
|
|
|
|
export sampler, utils
|
|
|
|
type Poseidon2Sampler* = DataSampler[Poseidon2Tree, Poseidon2Hash]
|