Marcin Krzyżanowski 3a79a51291 bring back import Darwin module 10 yıl önce
..
Foundation cfd9294b4f Remove <> from filenames. Fixes #163. 10 yıl önce
AES.swift 440433fd9e Possibly a bug: Add public access control to AES.Error and ChaCha20.Error 10 yıl önce
Array+Extension.swift b5f71dfb3d Speed execution by 300% by replacing extension UInt32->Int conversion with the inline Int(value) 10 yıl önce
ArraySliceUInt8+Bytes.swift cfd9294b4f Remove <> from filenames. Fixes #163. 10 yıl önce
Authenticator.swift b6ee8ae51f Cleanups. No Optionals when not used. 10 yıl önce
BitExtension.swift 28463e1e88 startIndex in place of [0] index 10 yıl önce
BytesSequence.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 yıl önce
CRC.swift 50239a5ba6 CRC16 10 yıl önce
CSArrayType+Extensions.swift 774d567b0f Remove Cipher enum. Implement Cipher protocol. 10 yıl önce
ChaCha20.swift 440433fd9e Possibly a bug: Add public access control to AES.Error and ChaCha20.Error 10 yıl önce
Cipher.swift 3a79a51291 bring back import Darwin module 10 yıl önce
CipherBlockMode.swift b2b36d879b Fix CTR mode nonce generation + update CTR tests. 10 yıl önce
CryptoSwift.h b33c9fd73a Add umbrella header 10 yıl önce
Generics.swift 995d098c5e New and faster AES encryption implementation is like 14x faster. 10 yıl önce
HMAC.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 yıl önce
Hash.swift b6ee8ae51f Cleanups. No Optionals when not used. 10 yıl önce
HashProtocol.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 yıl önce
Info.plist d21fa94de8 Relelase 0.1.1 (fix missing Foundation support for Cococapods package) 10 yıl önce
IntExtension.swift 5c3ef0195e cs_arc4random_uniform() because arc4random() is not available in Glibc module. 10 yıl önce
IntegerConvertible.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 yıl önce
MD5.swift 34919ba374 Improve performance of MD5 and SHA by replacing generics with functions mostly. 10 yıl önce
Multiplatform.swift 5c3ef0195e cs_arc4random_uniform() because arc4random() is not available in Glibc module. 10 yıl önce
Operators.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 yıl önce
PKCS5.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 yıl önce
PKCS7.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 yıl önce
Padding.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 yıl önce
Poly1305.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 yıl önce
Rabbit.swift 64f7158568 Add Rabbit stream cipher 10 yıl önce
SHA1.swift 34919ba374 Improve performance of MD5 and SHA by replacing generics with functions mostly. 10 yıl önce
SHA2.swift 34919ba374 Improve performance of MD5 and SHA by replacing generics with functions mostly. 10 yıl önce
String+Extension.swift 58d42a84ae String.encrypt() -> Base64 string 10 yıl önce
UInt32Extension.swift 5c3ef0195e cs_arc4random_uniform() because arc4random() is not available in Glibc module. 10 yıl önce
UInt64Extension.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 yıl önce
UInt8Extension.swift 5c3ef0195e cs_arc4random_uniform() because arc4random() is not available in Glibc module. 10 yıl önce
Utils.swift 5badf947d7 Allow cipher length not equal to multiple of AES block size for certain block modes. #162 10 yıl önce