wip merge master

This commit is contained in:
Dmitriy Ryajov 2024-01-29 17:25:52 -06:00
parent f44d3a2b59
commit 10af9dcda6
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
2 changed files with 3 additions and 3 deletions

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

View File