Home
last modified time | relevance | path

Searched defs:digestStringAsync (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-crypto/build/
H A DExpoCrypto.web.d.ts5digestStringAsync(algorithm: CryptoDigestAlgorithm, data: string, options: CryptoDigestOptions): P… constant
H A DCrypto.js109 export async function digestStringAsync(algorithm, data, options = { encoding: CryptoEncoding.HEX }… function
/expo/packages/expo-crypto/android/src/test/java/expo/modules/crypto/
H A DCryptoModuleTest.kt13 fun digestStringAsync(algorithm: DigestAlgorithm, data: String, options: DigestOptions): String in digestStringAsync() method
/expo/packages/expo-crypto/src/
H A DCrypto.ts130 export async function digestStringAsync( function