From 9f7232ddb217ed918ddc3fac7818078f0a1abf88 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 25 Jan 2025 17:07:23 +0100 Subject: [PATCH] fixed description case for why2_seeded_random --- docs/functions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/functions/index.md b/docs/functions/index.md index 498b07e..fc85b1a 100644 --- a/docs/functions/index.md +++ b/docs/functions/index.md @@ -29,7 +29,7 @@ You can find documentation for every *public* function of WHY2 below. | [`why2_sum_segment`](./core/crypto/why2_sum_segment) | Calculate SUM++ for input; Used for padding seed | | [`why2_random`](./core/crypto/why2_random) | Write crypto-secure random number into dest | | [`why2_seed_random`](./core/crypto/why2_seed_random) | Seed why2_seeded_random output | -| [`why2_seeded_random`](./core/crypto/why2_seeded_random) | GENERATE RANDOM NUMBER BASED ON SEED PASSED IN why2_seed_random | +| [`why2_seeded_random`](./core/crypto/why2_seeded_random) | Generate random number based on seed passed in why2_seed_random | ### Decrypter