libgcrypt

libgcrypt wrapper


Keywords
wrapper, library, security, crypto, gcrypt, libgcrypt, nim, nim-lang
License
LGPL-2.1
Install
nimble install libgcrypt

Documentation

Libgcrypt wrapper for Nim

Build Status badge tags License

Warning
This library is under development and has not been reviewed by 3rd parties

Features

  • Wrap libgcrypt 1.8.4

  • Tested on Linux

  • Basic unit tests

  • No homemade crypto

Usage

Install the development library:

sudo apt-get install libgcrypt20-dev
nimble install libgcrypt

Install the runtime dependency:

sudo apt-get install libgcrypt20

See tests/test_basic.nim for usage examples.

Contributing

Testing and PRs are welcome.