UNPKG

blockstack

Version:

The Blockstack Javascript library for authentication, identity, and storage.

8 lines (4 loc) 214 B
import * as randombytes from 'randombytes' export { randombytes as randomBytes } /** Optional function to generate cryptographically secure random bytes */ export type GetRandomBytes = (count: number) => Buffer