Skip to content

Commit

Permalink
update encryption algo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Dec 4, 2023
1 parent 64ba7af commit 469398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KukaiCoreSwift/Services/WalletCacheService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class WalletCacheService {
fileprivate var privateKey: SecKey?

/// The algorithm used by the enclave or keychain
fileprivate static var encryptionAlgorithm = SecKeyAlgorithm.eciesEncryptionCofactorX963SHA256AESGCM
fileprivate static var encryptionAlgorithm = SecKeyAlgorithm.eciesEncryptionCofactorVariableIVX963SHA256AESGCM

/// The application key used to identify the encryption keys
fileprivate static let applicationKey = "app.kukai.kukai-core-swift.walletcache.encryption"
Expand Down

0 comments on commit 469398a

Please sign in to comment.