wip merge master

This commit is contained in:
Dmitriy Ryajov 2024-01-29 17:25:52 -06:00
parent 9b390cb152
commit 856c2b9dc0
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -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