mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 13:33:10 +00:00
9 lines
164 B
Nim
9 lines
164 B
Nim
import ./builder/builder
|
|
import ./converters
|
|
|
|
import ../merkletree
|
|
|
|
export builder, converters
|
|
|
|
type Poseidon2Builder* = SlotsBuilder[Poseidon2Tree, Poseidon2Hash]
|