mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-19 01:12:34 +00:00
wip merge master
This commit is contained in:
parent
f44d3a2b59
commit
10af9dcda6
@ -5,6 +5,6 @@ import ./merkletree/poseidon2
|
||||
export codex, poseidon2, merkletree
|
||||
|
||||
type
|
||||
SomeMerkleTree* = ByteTree | CodexTree | Poseidon2Tree
|
||||
SomeMerkleProof* = ByteProof | CodexProof | Poseidon2Proof
|
||||
SomeMerkleHash* = ByteHash | Poseidon2Hash
|
||||
AnyMerkleTree* = ByteTree | CodexTree | Poseidon2Tree
|
||||
AnyMerkleProof* = ByteProof | CodexProof | Poseidon2Proof
|
||||
AnyMerkleHash* = ByteHash | Poseidon2Hash
|
||||
|
0
tests/codex/slots/testprover.nim
Normal file
0
tests/codex/slots/testprover.nim
Normal file
Loading…
x
Reference in New Issue
Block a user