[−][src]Struct poseidon252::PoseidonLevel
Represents a Merkle-Tree Level inside of a PoseidonBranch
.
It stores the leaves as BlsScalar
and the offset which represents
the position on the level where the hash of the previous PoseidonLevel
is stored in.
Fields
offset: usize
Position on the level where the hash of the previous PoseidonLevel
is stored in.
leaves: [BlsScalar; 5]
Leaves of the Level.
Trait Implementations
impl Clone for PoseidonLevel
[src][+]
impl Debug for PoseidonLevel
[src][+]
impl Default for PoseidonLevel
[src][+]
impl PartialEq<PoseidonLevel> for PoseidonLevel
[src][+]
impl StructuralPartialEq for PoseidonLevel
[src]
Auto Trait Implementations
impl RefUnwindSafe for PoseidonLevel
impl Send for PoseidonLevel
impl Sync for PoseidonLevel
impl Unpin for PoseidonLevel
impl UnwindSafe for PoseidonLevel
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Erased for T
impl<T> Erased for T
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,