Cryptographic Key Derivation Functions
Go to file
Mamy André-Ratsimbazafy b6c6845de7
initial commit
2020-02-24 12:00:51 +01:00
src initial commit 2020-02-24 12:00:51 +01:00
tests initial commit 2020-02-24 12:00:51 +01:00
.appveyor.yml initial commit 2020-02-24 12:00:51 +01:00
.gitignore initial commit 2020-02-24 12:00:51 +01:00
.travis.yml initial commit 2020-02-24 12:00:51 +01:00
LICENSE-APACHEv2 initial commit 2020-02-24 12:00:51 +01:00
LICENSE-MIT initial commit 2020-02-24 12:00:51 +01:00
README.md initial commit 2020-02-24 12:00:51 +01:00
kdf.nimble initial commit 2020-02-24 12:00:51 +01:00

README.md

kdf

Build Status (Travis) Windows build status (Appveyor) License: MIT License: Apache Stability: experimental

Introduction

Quick description

Installation

You can install the developement version of the library through nimble with the following command

nimble install https://github.com/status-im/nim-kdf@#master

Contributing

When submitting pull requests, please add test cases for any new features or fixes and make sure nimble test is still able to execute the entire test suite successfully.

License

Licensed and distributed under either of

at your option. This file may not be copied, modified, or distributed except according to those terms.