From f3a2e18d2e36e0ff2dd3318e3f98168902744ba4 Mon Sep 17 00:00:00 2001 From: Infendro Date: Sat, 13 Dec 2025 23:52:51 +0100 Subject: [PATCH] fix README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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