Marcin Krzyżanowski 633d0fcc5c Fix tests. Make Hash public. 9 years ago
..
BlockMode 3a0374acd1 Refactor Int.with() -> Int(bytes:) 9 years ago
Foundation bc21387872 Add Hash -> Digest deprecation info 9 years ago
PKCS5 0782241f28 Digest -> DigestType. Hash -> Digest 9 years ago
AES.swift 7d5c9eb097 Merge branch 'swift3' of github.com:krzyzanowskim/CryptoSwift into swift3 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 4a2cb5272c Refactor enum Authenticator -> protocol Authenticator 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 0782241f28 Digest -> DigestType. Hash -> Digest 9 years ago
ChaCha20.swift a292060fcd Add preconditions 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 c95da766bf Fix toUInt32Array() #308 9 years ago
Cryptors.swift cb7ff5a669 UpdatableCryptor -> Updatable 9 years ago
Digest.swift 633d0fcc5c Fix tests. Make Hash public. 9 years ago
DigestType.swift 0782241f28 Digest -> DigestType. Hash -> Digest 9 years ago
Generics.swift e2f19bea70 sizeof, sizeofValue -> MemoryLayout<>.size 9 years ago
HMAC.swift 0782241f28 Digest -> DigestType. Hash -> Digest 9 years ago
Info.plist bf2acdb2ff Update version number for beta 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 0782241f28 Digest -> DigestType. Hash -> Digest 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 4a2cb5272c Refactor enum Authenticator -> protocol Authenticator 9 years ago
Rabbit.swift 9ea5668ff9 Refactor Rabbit. Throwable inits. Test public methods 9 years ago
RandomAccessCryptor.swift cb7ff5a669 UpdatableCryptor -> Updatable 9 years ago
SHA1.swift 0782241f28 Digest -> DigestType. Hash -> Digest 9 years ago
SHA2.swift 0782241f28 Digest -> DigestType. Hash -> Digest 9 years ago
SecureBytes.swift 28a1b60234 Mark class as final 9 years ago
String+Extension.swift e78c5cc337 Fixes for linux. 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 c411561c51 Use bitPadding(..) in place of shared prepare() 9 years ago
ZeroPadding.swift 4edf41cb3b Add ZeroPadding 9 years ago