function unwrapKey unwrapKey(wrapped: WrappedKey,unwrappingKey: CryptoKey,): Promise<CryptoKey> Unwrap a symmetric key Expects format: wk:1:$base64iv:$base64wrapped Parameters wrapped: WrappedKey unwrappingKey: CryptoKey Return Type Promise<CryptoKey>