Skip to content

Releases: joseluisq/nano-crypto

v1.0.0

12 Feb 10:51
Compare
Choose a tag to compare

First release which includes browser support for random() function.

Examples:

Browser:

import { random } from "nano-crypto/random.browser"
// Angular, React, etc...

Node:

import { random } from "nano-crypto/random"
// NodeJS apps, etc

Note: crypto file "nano-crypto/crypto" has NodeJS support only for now. Browser coming soon.

v0.0.1-0

05 Mar 23:13
Compare
Choose a tag to compare
v0.0.1-0 Pre-release
Pre-release
0.0.1-0