Marcin Krzyżanowski 97dc571423 Remove unused function 9 years ago
..
BlockMode 3a0374acd1 Refactor Int.with() -> Int(bytes:) 9 years ago
Foundation 97dc571423 Remove unused function 9 years ago
PKCS5 9395bcc414 enum Hash -> struct Hash. crc extracted to static methods of class CRC. Result of CRC is always integer. 9 years ago
AES.swift 3a0374acd1 Refactor Int.with() -> Int(bytes:) 9 years ago
Array+Extension.swift f7dc582074 Convenience initializer of Array of bytes with Hex string. Array<UInt8>(hex: "0xb1b1b2b2") 9 years ago
Authenticator.swift 014dabbfcf Remove unnecessary reference 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
CSArrayType+Extensions.swift 38155dc72a Refactor CRC -> Checksum 9 years ago
ChaCha20.swift 9bff118342 Make sliceToUInt32Array generic function for Collection 9 years ago
Checksum.swift 38155dc72a Refactor CRC -> Checksum 9 years ago
Cipher.swift 24a7635f91 Mark few protocols as class-protocols 9 years ago
Collection+Extension.swift e2f19bea70 sizeof, sizeofValue -> MemoryLayout<>.size 9 years ago
Cryptors.swift cb7ff5a669 UpdatableCryptor -> Updatable 9 years ago
Generics.swift e2f19bea70 sizeof, sizeofValue -> MemoryLayout<>.size 9 years ago
HMAC.swift 9395bcc414 enum Hash -> struct Hash. crc extracted to static methods of class CRC. Result of CRC is always integer. 9 years ago
Hash.swift 9395bcc414 enum Hash -> struct Hash. crc extracted to static methods of class CRC. Result of CRC is always integer. 9 years ago
HashProtocol.swift 24a7635f91 Mark few protocols as class-protocols 9 years ago
Info.plist 97c2706422 Update version number to 0.5.2 9 years ago
Int+Extension.swift aee45c4188 Refactor public methods to internal 9 years ago
IntegerConvertible.swift 1f7fb235bf Update to latest changes in Swift. 9 years ago
MD5.swift 9bff118342 Make sliceToUInt32Array generic function for Collection 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 f529b4dfb0 Revert "Fixed issues in Xcode 8 Beta 4 and Swift 3 changes." 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 3a0374acd1 Refactor Int.with() -> Int(bytes:) 9 years ago
RandomAccessCryptor.swift cb7ff5a669 UpdatableCryptor -> Updatable 9 years ago
SHA1.swift e2f19bea70 sizeof, sizeofValue -> MemoryLayout<>.size 9 years ago
SHA2.swift e2f19bea70 sizeof, sizeofValue -> MemoryLayout<>.size 9 years ago
SecureBytes.swift 28a1b60234 Mark class as final 9 years ago
String+Extension.swift 56e4ffb7bb String.encrypt() returns hex string instead of Array<UInt8>. This is consistent with rest of the functions here. 9 years ago
UInt16+Extension.swift 3a0374acd1 Refactor Int.with() -> Int(bytes:) 9 years ago
UInt32+Extension.swift aee45c4188 Refactor public methods to internal 9 years ago
UInt64+Extension.swift 3a0374acd1 Refactor Int.with() -> Int(bytes:) 9 years ago
UInt8+Extension.swift 0fb05a9fd4 Refactor files name. Extensions with "+" 9 years ago
Updatable.swift 19b9dd0c9e 'where' clause next to generic parameters is deprecated 9 years ago
Utils.swift 9bff118342 Make sliceToUInt32Array generic function for Collection 9 years ago
ZeroPadding.swift 4edf41cb3b Add ZeroPadding 9 years ago