fn eq()

in merklehash/src/data_hash.rs [99:101]


    fn eq(&self, other: &Self) -> bool {
        self[0] == other[0] && self[1] == other[1] && self[2] == other[2] && self[3] == other[3]
    }