Pascal bindings for the libsodium cryptographic library, tailored for FreePascal.
-
Dynamic Libraries (v1.0.20)
libsodium.dll(32-bit)libsodium64.dll(64-bit)
Precompiled from official libsodium releases.
-
Static Libraries (v1.0.20)
- Found in
static/win32andstatic/win64 - Built from source using provided scripts in the
staticdirectory
- Found in
- Add
libsodium.pasto your project. - Define
STATICLINKto compile without DLL dependencies (statically linked). - Check
demo.lprfor a basic usage example.
This binding (libsodium.pas) is released under the MIT license.