Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/analogfeelings/blitzhash

SHA hashing library for Blitz3D, using Crypto++ as a backend.
https://github.com/analogfeelings/blitzhash

blitz blitz3d blitzbasic cpp cryptography cryptopp visual-studio vs2022

Last synced: 16 days ago
JSON representation

SHA hashing library for Blitz3D, using Crypto++ as a backend.

Awesome Lists containing this project

README

        

# BlitzHash

Blitz3D userlib for SHA (Secure Hash Standard) hashing using the Crypto++ library.

## Installation
Go to the `userlibs` directory of your Blitz3D install, and copy the `BlitzHash.decls` and `BlitzHash.dll` files there.

When you are building an executable, copy `BlitzHash.dll` to the directory where the executable resides.

## License
Licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)