@u-connect/randombytes
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

iso-random npm version

Isomorphic Library for Random Bytes

Description

This library supports random byte generation through native NodeJS and Browser APIs when available and fallbacks to vanilla javascript are already provided.

Usage

RandomBytes

import * as isoRandom from 'iso-random';

const length = 32;
const key = isoRandom.randomBytes(length);

// key.length === length

React-Native Support

This library is intended for use in a Browser or NodeJS environment, however it is possible to use in a React-Native environment if NodeJS modules are polyfilled with react-native-crypto, read more here.

License

MIT License

/@u-connect/randombytes/

    Package Sidebar

    Install

    npm i @u-connect/randombytes

    Weekly Downloads

    0

    Version

    2.1.2

    License

    MIT

    Unpacked Size

    166 kB

    Total Files

    29

    Last publish

    Collaborators

    • u-connect