Home
last modified time | relevance | path

Searched defs:getRandomBytesAsync (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-random/build/
H A DExpoRandom.web.d.ts4 getRandomBytesAsync(length: number): Promise<Uint8Array>; constant
H A DRandom.js54 export async function getRandomBytesAsync(byteCount) { function
/expo/packages/expo-crypto/build/
H A DExpoCrypto.web.d.ts7 getRandomBytesAsync(length: number): Promise<Uint8Array>; constant
H A DCrypto.js51 export async function getRandomBytesAsync(byteCount) { function
/expo/packages/expo-random/src/
H A DRandom.ts65 export async function getRandomBytesAsync(byteCount: number): Promise<Uint8Array> { function
/expo/packages/expo-crypto/src/
H A DCrypto.ts57 export async function getRandomBytesAsync(byteCount: number): Promise<Uint8Array> { function