fix README

This commit is contained in:
2025-12-13 23:52:51 +01:00
parent 20d031fba6
commit f3a2e18d2e

View File

@@ -2,11 +2,11 @@
`prng-kt` is a Kotlin Multiplatform library that provides common pseudorandom number generators.
Supported hash functions:
- PRNG
- LCG
- CSPRNG
- HMAC DRBG
Supported PRNGs:
- LCG
Supported CSPRNGs:
- HMAC DRBG
## Targets