Home
last modified time | relevance | path

Searched defs:getRandomBytes (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-random/build/
H A DRandom.d.ts8 export declare function getRandomBytes(byteCount: number): Uint8Array; function
H A DExpoRandom.web.d.ts3 getRandomBytes(length: number): Uint8Array; constant
H A DRandom.js22 export function getRandomBytes(byteCount) { function
/expo/packages/expo-crypto/build/
H A DCrypto.d.ts11 export declare function getRandomBytes(byteCount: number): Uint8Array; function
H A DExpoCrypto.web.d.ts6 getRandomBytes(length: number): Uint8Array; constant
H A DCrypto.js20 export function getRandomBytes(byteCount) { function
/expo/packages/expo-random/src/
H A DRandom.ts34 export function getRandomBytes(byteCount: number): Uint8Array { function
/expo/packages/expo-crypto/src/
H A DCrypto.ts27 export function getRandomBytes(byteCount: number): Uint8Array { function