Files
pezkuwi-common/packages/util-crypto/random/index.js
T

6 lines
189 B
JavaScript

/**
* @summary Returns a sequence of secure random bytes in a variety of formats
*/
export { randomAsNumber } from './asNumber.js';
export { randomAsHex, randomAsU8a } from './asU8a.js';