An open API service indexing awesome lists of open source software.

https://github.com/georgiifirsov/kdf-lib

Implementation of key derivation functions (KDF)
https://github.com/georgiifirsov/kdf-lib

kdf kdf-algorithm symmetric-key-cryptography

Last synced: about 1 month ago
JSON representation

Implementation of key derivation functions (KDF)

Awesome Lists containing this project

README

        

# kdf-lib

> **Warning**
> This library is implemented for research purposes only! It *intentionally* doesn't verify some parameters
> for validity. In real world all parameters MUST be properly verified.

[![Tests](https://github.com/GeorgyFirsov/kdf-lib/actions/workflows/run-tests.yml/badge.svg)](https://github.com/GeorgyFirsov/kdf-lib/actions/workflows/run-tests.yml)
[![codecov](https://codecov.io/gh/GeorgyFirsov/kdf-lib/graph/badge.svg?token=etV8xP3nd0)](https://codecov.io/gh/GeorgyFirsov/kdf-lib)

Implementation of key derivation functions (KDF).