UNPKG

tweetnacl-ts

Version:

Port of TweetNaCl cryptographic library to TypeScript (and ES6)

3 lines (2 loc) 107 B
import { ByteArray } from '../array'; export declare function _randomBytes(x: ByteArray, n: number): void;