mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-20 17:58:53 +00:00
wip merge master
This commit is contained in:
parent
9b390cb152
commit
856c2b9dc0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user