gnutls

GnuTLS wrapper


Keywords
wrapper, library, security, crypto, cryptographic-library, cryptography, gnutls, nim, nim-lang
License
LGPL-2.1
Install
nimble install gnutls

Documentation

GnuTLS wrapper for Nim

Build Status badge tags License

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

Features

  • Wrap GnuTLS 3.6.6 (and supports other versions)

  • Tested on Linux

  • Basic unit tests

  • No homemade crypto

Usage

Install the development library:

sudo apt-get install libgnutls28-dev
nimble install gnutls

Install the runtime dependency:

sudo apt-get install libgnutls30

See the tests/ dir for usage examples.

Contributing

Testing and PRs are welcome.