We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f48754 commit b8caf1bCopy full SHA for b8caf1b
index.d.ts
@@ -7,6 +7,7 @@ declare module 'react-native-aes-crypto' {
7
function hmac256(ciphertext: string, key: string): Promise<string>
8
function hmac512(ciphertext: string, key: string): Promise<string>
9
function randomKey(length: number): Promise<string>
10
+ function randomUuid(): Promise<string>
11
function sha1(text: string): Promise<string>
12
function sha256(text: string): Promise<string>
13
function sha512(text: string): Promise<string>
0 commit comments