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.