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. `prng-kt` is a Kotlin Multiplatform library that provides common pseudorandom number generators.
Supported hash functions: Supported PRNGs:
- PRNG
- LCG - LCG
- CSPRNG
Supported CSPRNGs:
- HMAC DRBG - HMAC DRBG
## Targets ## Targets