No description
Find a file
2022-10-05 22:07:48 +02:00
.github/workflows github actions 2022-10-03 13:18:43 +02:00
src adding edit_dist.h 2022-09-02 16:59:40 +02:00
tests Initial commit 2022-09-01 13:19:56 +02:00
.gitignore Initial commit 2022-09-01 13:16:54 +02:00
libfuzzy.nimble ensure headers present 2022-10-05 22:07:48 +02:00
LICENSE Initial commit 2022-09-01 13:16:54 +02:00
README.md add usage to readme 2022-09-01 20:37:05 +02:00

libfuzzy

This is Nim interface/wrapper to libfuzzy ssdeep fuzzy hashing algorithm.

You can find original source of this project here.

Usage

Consult tests.nim for examples regarding usage of this library. API is the same as original.

License

As the original project is licensed under the GNU General Public License v2.0, this one inherits it as well.