UNPKG

@polkadot/util-crypto

Version:
6 lines (5 loc) 189 B
/** * @summary Returns a sequence of secure random bytes in a variety of formats */ export { randomAsNumber } from './asNumber.js'; export { randomAsHex, randomAsU8a } from './asU8a.js';