logos-storage-nim/codex/storageproofs.nim
Dmitriy Ryajov 738738c3c6
Adding storage proofs store (#109)
* add por store

* rename por store to stp store

* add stp tests
2022-05-24 18:42:49 -06:00

6 lines
119 B
Nim

import ./storageproofs/por
import ./storageproofs/timing
import ./storageproofs/stpstore
export por, timing, stpstore