core: Revive SipHash's tests

These tests were bitrotting, include them in the crate and bring them up
to date and compiling.. and they pass.
This commit is contained in:
Ulrik Sverdrup
2015-07-14 02:13:26 +02:00
parent 1b28ffa521
commit 86d954ba2b
3 changed files with 61 additions and 69 deletions

View File

@@ -10,8 +10,6 @@
//! An implementation of SipHash 2-4.
#![allow(deprecated)] // until the next snapshot for inherent wrapping ops
use prelude::*;
use super::Hasher;