https://github.com/tell/drbg
cryptography deterministic-randomness randomness-generation
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tell/drbg
- Owner: tell
- License: mit
- Created: 2019-02-22T04:09:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T13:38:28.000Z (over 5 years ago)
- Last Synced: 2025-01-21T21:30:50.713Z (over 1 year ago)
- Topics: cryptography, deterministic-randomness, randomness-generation
- Language: C++
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deterministic Random Bytes Generation
[](https://travis-ci.org/tell/drbg)
This is an implementation of deterministic random bytes generation (a.k.a. pseudo random funcation family) using [libsodium](https://github.com/jedisct1/libsodium).
# Note
This is an experimental implementation, be careful when you use. Validity of this implementation is not checked so much.