conspire 0.7.7

The Rust interface to conspire.
Documentation
1
2
3
4
5
6
7
use super::jenkins;

#[test]
fn jenkins_reference_vectors() {
    assert_eq!(jenkins(b""), 0xdead_beef);
    assert_eq!(jenkins(b"Four score and seven years ago"), 0x1777_0551);
}