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)
- Host: GitHub
- URL: https://github.com/georgiifirsov/kdf-lib
- Owner: GeorgiiFirsov
- License: gpl-3.0
- Created: 2023-11-13T21:43:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T01:05:16.000Z (over 1 year ago)
- Last Synced: 2025-02-16T04:29:08.879Z (3 months ago)
- Topics: kdf, kdf-algorithm, symmetric-key-cryptography
- Language: CMake
- Homepage: https://georgyfirsov.github.io/kdf-lib/
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.[](https://github.com/GeorgyFirsov/kdf-lib/actions/workflows/run-tests.yml)
[](https://codecov.io/gh/GeorgyFirsov/kdf-lib)Implementation of key derivation functions (KDF).