crashdemons / fsb-wasm

WASM implementation of the FSB hashing algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fsb-wasm

fsb-wasm is a WASM implementation of the FSB hashing algorithm, originally created by Daniel Augot, Matthieu Finiasz, Philippe Gaborit, Stéphane Manuel and Nicolas Sendrier. Website

This code is based on the reference implementation, all rights reserved.

The JS wrapper for the library and the script build.sh is based on crashdemons' work.

Compiling

To compile this project, use ./build.sh. emscripten is required.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPLv3

About

WASM implementation of the FSB hashing algorithm


Languages

Language:C++ 90.8%Language:C 8.6%Language:JavaScript 0.4%Language:HTML 0.2%Language:Shell 0.1%