Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 474 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 474 Bytes

compatible-libducohash

Minimal changes to libducohash

Fixed compile time error. Contains a warning suppression, which is fixed in the other version.

How to compile

Run cargo build --release in the directory of the repository and get the binary from target/release. The binary is only compatible for the platform you compile it on. For cross-compilation check out the cross project.