.
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
export declare function encryptWithSecret(secret: Buffer, data: string): string;
|
||||
export declare function decryptWithSecret(secret: Buffer, encryptedData: string): string;
|
||||
Reference in New Issue
Block a user