fix README

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

View File

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