Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1005 Bytes

README.adoc

File metadata and controls

41 lines (27 loc) · 1005 Bytes

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.