Skip to content

Commit 20d87ea

Browse files
authored
Change update function to use decryption rather than encryption. (tkaitchuck#173)
* Change update function to use decryption rather than encryption --------- Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
1 parent 7bbbd83 commit 20d87ea

File tree

3 files changed

+604
-606
lines changed

3 files changed

+604
-606
lines changed

smhasher/ahash-cbindings/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(build_hasher_simple_hash_one)]
2-
31
use ahash::*;
42
use core::slice;
53
use std::hash::{BuildHasher};

0 commit comments

Comments
 (0)