Skip to content

Commit

Permalink
wip: impl Prove for Vector
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Mar 29, 2024
1 parent 7eafc42 commit f393cff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ssz-rs/src/vector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ use crate::{
error::{Error, InstanceError, TypeError},
lib::*,
merkleization::{
elements_to_chunks, get_power_of_two_ceil, merkleize, pack, GeneralizedIndex,
GeneralizedIndexable, HashTreeRoot, MerkleizationError, Node, Path, PathElement,
elements_to_chunks, get_power_of_two_ceil, merkleize, pack,
proofs::{ProofAndWitness, Prove},
GeneralizedIndex, GeneralizedIndexable, HashTreeRoot, MerkleizationError, Node, Path,
PathElement,
},
ser::{Serialize, SerializeError, Serializer},
Serializable, SimpleSerialize,
Expand Down

0 comments on commit f393cff

Please sign in to comment.