diff --git a/README.md b/README.md index b2fcfc6..f4eb733 100644 --- a/README.md +++ b/README.md @@ -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