Signal-iOS/SignalServiceKit/Cryptography
2024-08-05 12:29:18 -05:00
..
Aes256Key.swift rename OWSAES256Key in swift to Aes256Key 2024-08-02 09:29:55 -05:00
CipherContext.swift stop memory leak if CipherContext is not used all the way to finalize 2024-08-02 09:29:55 -05:00
Cryptography.swift replace use of Sha256DigestContext in Cryptography with CryptoKit 2024-08-05 12:29:18 -05:00
CryptographyTests.swift replace Cryptography.computeSHA256Digest with CryptoKit.SHA256.hash(data:) 2024-08-05 12:29:18 -05:00
HmacContext.swift replace CommonCrypto with CryptoKit in HmacContext 2024-08-02 11:14:29 -05:00
HmacContextTest.swift replace CommonCrypto with CryptoKit in HmacContext 2024-08-02 11:14:29 -05:00
Sha256HmacSiv.swift continue splitting apart Cryptography.swift 2024-08-05 12:29:18 -05:00
Sha256HmacSivTest.swift continue splitting apart Cryptography.swift 2024-08-05 12:29:18 -05:00