암호 관련 모듈 리팩토링

This commit is contained in:
static
2025-01-08 20:05:50 +09:00
parent 1307783de1
commit db900d8038
5 changed files with 15 additions and 17 deletions

View File

@@ -52,8 +52,8 @@ export const requestMasterKeyDownload = async (decryptKey: CryptoKey, verifyKey:
state,
masterKey,
isValid: await verifyMasterKeyWrapped(
version,
masterKeyWrapped,
version,
masterKeyWrappedSig,
verifyKey,
),