]> zoso.dev Git - libnemo.git/commitdiff
Specify byte multiple requirement in entropy documentation.
authorChris Duncan <chris@zoso.dev>
Mon, 9 Dec 2024 12:39:46 +0000 (04:39 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 9 Dec 2024 12:39:46 +0000 (04:39 -0800)
src/lib/entropy.ts

index 0af29555af05a8b64bc8a81774637d2f2a955501..8f5cc2613d93d2866495b2bb4cb013fb8f93e908 100644 (file)
@@ -34,7 +34,7 @@ export class Entropy {
        constructor ()
        /**
        * Generate between 16-32 bytes of entropy.
-       * @param {number} size - Number of bytes to generate
+       * @param {number} size - Number of bytes to generate in multiples of 4
        */
        constructor (size: number)
        /**