[][src]Function phase21::contains_contribution

pub fn contains_contribution(
    contributions: &[[u8; 64]],
    my_contribution: &[u8; 64]
) -> bool

This is a cheap helper utility that exists purely because Rust still doesn't have type-level integers and so doesn't implement PartialEq for [T; 64]