Skip to content

FedericoCeratto/nim-libgcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.