Skip to content

Commit

Permalink
Change update function to use decryption rather than encryption. (#173)
Browse files Browse the repository at this point in the history
* Change update function to use decryption rather than encryption

---------

Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
  • Loading branch information
tkaitchuck authored Oct 23, 2023
1 parent 7bbbd83 commit 20d87ea
Show file tree
Hide file tree
Showing 3 changed files with 604 additions and 606 deletions.
2 changes: 0 additions & 2 deletions smhasher/ahash-cbindings/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(build_hasher_simple_hash_one)]

use ahash::*;
use core::slice;
use std::hash::{BuildHasher};
Expand Down
Loading

0 comments on commit 20d87ea

Please sign in to comment.