Skip to content

Commit

Permalink
3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
juanelas committed Oct 6, 2021
1 parent c6084b6 commit 696cc0a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
18 changes: 9 additions & 9 deletions docs/API.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bigint-crypto-utils - v3.0.18
# bigint-crypto-utils - v3.0.19

## Table of contents

Expand Down Expand Up @@ -153,7 +153,7 @@ A promise that resolves to a boolean that is either true (a probably prime numbe

#### Defined in

[src/ts/isProbablyPrime.ts:21](https://github.com/juanelas/bigint-crypto-utils/blob/622fd09/src/ts/isProbablyPrime.ts#L21)
[src/ts/isProbablyPrime.ts:21](https://github.com/juanelas/bigint-crypto-utils/blob/c6084b6/src/ts/isProbablyPrime.ts#L21)

___

Expand Down Expand Up @@ -317,7 +317,7 @@ 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/622fd09/src/ts/prime.ts#L21)
[src/ts/prime.ts:21](https://github.com/juanelas/bigint-crypto-utils/blob/c6084b6/src/ts/prime.ts#L21)

___

Expand Down Expand Up @@ -346,7 +346,7 @@ A bigint probable prime of bitLength bits.

#### Defined in

[src/ts/prime.ts:100](https://github.com/juanelas/bigint-crypto-utils/blob/622fd09/src/ts/prime.ts#L100)
[src/ts/prime.ts:100](https://github.com/juanelas/bigint-crypto-utils/blob/c6084b6/src/ts/prime.ts#L100)

___

Expand Down Expand Up @@ -374,7 +374,7 @@ A cryptographically secure random bigint between [min,max]

#### Defined in

[src/ts/randBetween.ts:15](https://github.com/juanelas/bigint-crypto-utils/blob/622fd09/src/ts/randBetween.ts#L15)
[src/ts/randBetween.ts:15](https://github.com/juanelas/bigint-crypto-utils/blob/c6084b6/src/ts/randBetween.ts#L15)

___

Expand Down Expand Up @@ -402,7 +402,7 @@ A Promise that resolves to a UInt8Array/Buffer (Browser/Node.js) filled with cry

#### Defined in

[src/ts/randBits.ts:14](https://github.com/juanelas/bigint-crypto-utils/blob/622fd09/src/ts/randBits.ts#L14)
[src/ts/randBits.ts:14](https://github.com/juanelas/bigint-crypto-utils/blob/c6084b6/src/ts/randBits.ts#L14)

___

Expand Down Expand Up @@ -430,7 +430,7 @@ A Uint8Array/Buffer (Browser/Node.js) filled with cryptographically secure rando

#### Defined in

[src/ts/randBits.ts:45](https://github.com/juanelas/bigint-crypto-utils/blob/622fd09/src/ts/randBits.ts#L45)
[src/ts/randBits.ts:45](https://github.com/juanelas/bigint-crypto-utils/blob/c6084b6/src/ts/randBits.ts#L45)

___

Expand Down Expand Up @@ -458,7 +458,7 @@ A promise that resolves to a UInt8Array/Buffer (Browser/Node.js) filled with cry

#### Defined in

[src/ts/randBytes.ts:12](https://github.com/juanelas/bigint-crypto-utils/blob/622fd09/src/ts/randBytes.ts#L12)
[src/ts/randBytes.ts:12](https://github.com/juanelas/bigint-crypto-utils/blob/c6084b6/src/ts/randBytes.ts#L12)

___

Expand Down Expand Up @@ -486,7 +486,7 @@ A UInt8Array/Buffer (Browser/Node.js) filled with cryptographically secure rando

#### Defined in

[src/ts/randBytes.ts:46](https://github.com/juanelas/bigint-crypto-utils/blob/622fd09/src/ts/randBytes.ts#L46)
[src/ts/randBytes.ts:46](https://github.com/juanelas/bigint-crypto-utils/blob/c6084b6/src/ts/randBytes.ts#L46)

___

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigint-crypto-utils",
"version": "3.0.18",
"version": "3.0.19",
"description": "Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt",
"keywords": [
"modular arithmetics",
Expand Down

0 comments on commit 696cc0a

Please sign in to comment.