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

6 lines
189 B
TypeScript

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