mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: implement esting suite using Vitest and add to ci
This commit is contained in:
@@ -184,7 +184,7 @@ export class CryptoUtils {
|
||||
* Metadata functions
|
||||
*/
|
||||
public async encryptMetadata(
|
||||
metadata: Record<string, string>,
|
||||
metadata: Record<string, unknown>,
|
||||
masterKey: CryptoKey,
|
||||
): Promise<EncryptedLetter> {
|
||||
const { encryptedContent, encrypted_dek, sharingKey } =
|
||||
|
||||
Reference in New Issue
Block a user