linus307 / tiger_hash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Rust implementation of the Tiger Hash Function (see https://biham.cs.technion.ac.il/Reports/Tiger/).

This is pretty much written from scratch with no former knowledge of Rust. Please don't use this, as it might not be secure.

build.rs builds the sboxes when building the project.

About

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%