From ba6ce7c8f02346a86cf5398c15ca15c462c42343 Mon Sep 17 00:00:00 2001 From: Juanra Dikal Date: Wed, 21 Apr 2021 11:17:47 +0200 Subject: [PATCH] v3.0.13 --- .npmignore | 3 --- docs/API.md | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.npmignore b/.npmignore index c3bded8..bb10feb 100644 --- a/.npmignore +++ b/.npmignore @@ -26,9 +26,6 @@ coverage # GitHub .github -# tsconfig -tsconfig.json - # SRC docs src/docs diff --git a/docs/API.md b/docs/API.md index 4058f84..8d1fa1b 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,6 +1,6 @@ -bigint-crypto-utils - v3.0.12 +bigint-crypto-utils - v3.0.13 -# bigint-crypto-utils - v3.0.12 +# bigint-crypto-utils - v3.0.13 ## Table of contents @@ -135,7 +135,7 @@ w MUST be >= 0 A promise that resolves to a boolean that is either true (a probably prime number) or false (definitely composite) -Defined in: [src/ts/isProbablyPrime.ts:21](https://github.com/juanelas/bigint-crypto-utils/blob/d7f4950/src/ts/isProbablyPrime.ts#L21) +Defined in: [src/ts/isProbablyPrime.ts:21](https://github.com/juanelas/bigint-crypto-utils/blob/88c5638/src/ts/isProbablyPrime.ts#L21) ___ @@ -275,7 +275,7 @@ bitLength MUST be > 0 A promise that resolves to a bigint probable prime of bitLength bits. -Defined in: [src/ts/prime.ts:21](https://github.com/juanelas/bigint-crypto-utils/blob/d7f4950/src/ts/prime.ts#L21) +Defined in: [src/ts/prime.ts:21](https://github.com/juanelas/bigint-crypto-utils/blob/88c5638/src/ts/prime.ts#L21) ___ @@ -300,7 +300,7 @@ bitLength MUST be > 0 A bigint probable prime of bitLength bits. -Defined in: [src/ts/prime.ts:100](https://github.com/juanelas/bigint-crypto-utils/blob/d7f4950/src/ts/prime.ts#L100) +Defined in: [src/ts/prime.ts:100](https://github.com/juanelas/bigint-crypto-utils/blob/88c5638/src/ts/prime.ts#L100) ___ @@ -324,7 +324,7 @@ Arguments MUST be: max > 0 && min >=0 && max > min A cryptographically secure random bigint between [min,max] -Defined in: [src/ts/randBetween.ts:15](https://github.com/juanelas/bigint-crypto-utils/blob/d7f4950/src/ts/randBetween.ts#L15) +Defined in: [src/ts/randBetween.ts:15](https://github.com/juanelas/bigint-crypto-utils/blob/88c5638/src/ts/randBetween.ts#L15) ___ @@ -348,7 +348,7 @@ bitLength MUST be > 0 A Promise that resolves to a UInt8Array/Buffer (Browser/Node.js) filled with cryptographically secure random bits -Defined in: [src/ts/randBits.ts:14](https://github.com/juanelas/bigint-crypto-utils/blob/d7f4950/src/ts/randBits.ts#L14) +Defined in: [src/ts/randBits.ts:14](https://github.com/juanelas/bigint-crypto-utils/blob/88c5638/src/ts/randBits.ts#L14) ___ @@ -372,7 +372,7 @@ bitLength MUST be > 0 A Uint8Array/Buffer (Browser/Node.js) filled with cryptographically secure random bits -Defined in: [src/ts/randBits.ts:45](https://github.com/juanelas/bigint-crypto-utils/blob/d7f4950/src/ts/randBits.ts#L45) +Defined in: [src/ts/randBits.ts:45](https://github.com/juanelas/bigint-crypto-utils/blob/88c5638/src/ts/randBits.ts#L45) ___ @@ -396,7 +396,7 @@ byteLength MUST be > 0 A promise that resolves to a UInt8Array/Buffer (Browser/Node.js) filled with cryptographically secure random bytes -Defined in: [src/ts/randBytes.ts:12](https://github.com/juanelas/bigint-crypto-utils/blob/d7f4950/src/ts/randBytes.ts#L12) +Defined in: [src/ts/randBytes.ts:12](https://github.com/juanelas/bigint-crypto-utils/blob/88c5638/src/ts/randBytes.ts#L12) ___ @@ -420,7 +420,7 @@ byteLength MUST be > 0 A UInt8Array/Buffer (Browser/Node.js) filled with cryptographically secure random bytes -Defined in: [src/ts/randBytes.ts:46](https://github.com/juanelas/bigint-crypto-utils/blob/d7f4950/src/ts/randBytes.ts#L46) +Defined in: [src/ts/randBytes.ts:46](https://github.com/juanelas/bigint-crypto-utils/blob/88c5638/src/ts/randBytes.ts#L46) ___