FedericoCeratto / nim-libgcrypt

libgcrypt wrapper for Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

libgcrypt wrapper for Nim

License:GNU Lesser General Public License v2.1


Languages

Language:Nim 100.0%