5.2.0 • Published 2 years ago

@aws-crypto/random-source-universal v5.2.0

Weekly downloads
146
License
Apache-2.0
Repository
github
Last release
2 years ago

@aws-crypto/random-source-universal

Access to a secure random source in either a browser or NodeJs. See @aws-crypto/random-source-browser and @aws-crypto/random-source-node

Usage

import {randomValues} from '@aws-crypto/random-source-node'

const seedData = await randomValues(16);

Test

npm test