devendranaga / siphash_rs

rust implementation for siphash algorithm by @veorq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Siphash_rs

Rust implementation of SipHash from its original Author here: https://github.com/veorq/SipHash

cargo test does not work as the rust debug adds 64 bit overflow, so use cargo build --release.

About

rust implementation for siphash algorithm by @veorq

License:MIT License


Languages

Language:Rust 100.0%