From eeefcedece89c14740b8d619d7a570eee2cbeb28 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Fri, 9 Jul 2021 00:46:43 +0300 Subject: [PATCH] Updated SecretGenerator.GenerateSecret (markdown) --- SecretGenerator.GenerateSecret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecretGenerator.GenerateSecret.md b/SecretGenerator.GenerateSecret.md index 201e5a2..4ed43d9 100644 --- a/SecretGenerator.GenerateSecret.md +++ b/SecretGenerator.GenerateSecret.md @@ -19,4 +19,4 @@ Default is: 160 bits. Base32 encoded alphanumeric string with length form 16 to 20 characters. ### Remarks -CURRENTLY THIS GENERATOR WORKS CORRECTLY ONLY WITH 160-BIT LENGTHS. Set `length` at your own risk. \ No newline at end of file +Number of bits will be rounded down to the nearest number which divides by 8. \ No newline at end of file