Marcin Krzyżanowski fcfcfee4e5 Make "Context" a struct, this way make instance reusable for subsequent crypt operations. 9 years ago
..
BlockMode 5be8089c1a Add RandomAccessBlockModeWorker, RandomAccessCryptor for randomly accessible cryptors. #284, #290. 9 years ago
Foundation eea0a52142 Replace optional initializers with throwable initializers for ChaCha20 9 years ago
PKCS5 53024f0f4f ErrorProblem -> Error (enum Error: Swift.Error) 9 years ago
AES.swift fe1e42243c AES.Decryptor implements RandomAccessCryptor. #284. 9 years ago
Array+Extension.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
Authenticator.swift 53024f0f4f ErrorProblem -> Error (enum Error: Swift.Error) 9 years ago
Bit.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
BlockCipher.swift 24a7635f91 Mark few protocols as class-protocols 9 years ago
BytesSequence.swift 280a3d3308 Swift 3 - it compile #stage1 9 years ago
CRC.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
CSArrayType+Extensions.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
ChaCha20.swift fcfcfee4e5 Make "Context" a struct, this way make instance reusable for subsequent crypt operations. 9 years ago
Cipher.swift 24a7635f91 Mark few protocols as class-protocols 9 years ago
Cryptors.swift 24a7635f91 Mark few protocols as class-protocols 9 years ago
Generics.swift 0b9357731a Update for DEVELOPMENT-SNAPSHOT-2016-07-28-a 9 years ago
HMAC.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
Hash.swift 1f7fb235bf Update to latest changes in Swift. 9 years ago
HashProtocol.swift 24a7635f91 Mark few protocols as class-protocols 9 years ago
Info.plist 60715ae9ef Bump version number to 0.5 9 years ago
IntExtension.swift 2e805df552 sizeof() parameter now is T.self 9 years ago
IntegerConvertible.swift 1f7fb235bf Update to latest changes in Swift. 9 years ago
MD5.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
Multiplatform.swift 985444c393 fixed arc4random_uniform for Linux 9 years ago
NoPadding.swift cf0116abc1 More updates to API 9 years ago
Operators.swift 0b9357731a Update for DEVELOPMENT-SNAPSHOT-2016-07-28-a 9 years ago
PKCS7.swift 53024f0f4f ErrorProblem -> Error (enum Error: Swift.Error) 9 years ago
Padding.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
Poly1305.swift 28a1b60234 Mark class as final 9 years ago
Rabbit.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
RandomAccessCryptor.swift 5be8089c1a Add RandomAccessBlockModeWorker, RandomAccessCryptor for randomly accessible cryptors. #284, #290. 9 years ago
SHA1.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
SHA2.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
SecureBytes.swift 28a1b60234 Mark class as final 9 years ago
String+Extension.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation 9 years ago
UInt32Extension.swift 2e805df552 sizeof() parameter now is T.self 9 years ago
UInt64Extension.swift 2e805df552 sizeof() parameter now is T.self 9 years ago
UInt8Extension.swift 2e805df552 sizeof() parameter now is T.self 9 years ago
UpdatableCryptor.swift 24a7635f91 Mark few protocols as class-protocols 9 years ago
Utils.swift 2e805df552 sizeof() parameter now is T.self 9 years ago
ZeroPadding.swift 4edf41cb3b Add ZeroPadding 9 years ago