Marcin Krzyżanowski e8993082b5 Use BytesSequence in place of .chunks() %!s(int64=9) %!d(string=hai) anos
..
BlockMode 3a0374acd1 Refactor Int.with() -> Int(bytes:) %!s(int64=9) %!d(string=hai) anos
Foundation bc21387872 Add Hash -> Digest deprecation info %!s(int64=9) %!d(string=hai) anos
PKCS5 b165c296a7 rename size -> digestSize %!s(int64=9) %!d(string=hai) anos
AES.swift 0f5b960e25 Cipher protocol accepts Collection input %!s(int64=9) %!d(string=hai) anos
Array+Extension.swift 5f44ed0641 Remove redundant testMD5EmptyString() %!s(int64=9) %!d(string=hai) anos
Authenticator.swift 4a2cb5272c Refactor enum Authenticator -> protocol Authenticator %!s(int64=9) %!d(string=hai) anos
Bit.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation %!s(int64=9) %!d(string=hai) anos
BlockCipher.swift 24a7635f91 Mark few protocols as class-protocols %!s(int64=9) %!d(string=hai) anos
BytesSequence.swift 106f949f1f BytesSequence is more general, accepts Array and ArraySlice %!s(int64=9) %!d(string=hai) anos
CSArrayType+Extensions.swift 0782241f28 Digest -> DigestType. Hash -> Digest %!s(int64=9) %!d(string=hai) anos
ChaCha20.swift e8993082b5 Use BytesSequence in place of .chunks() %!s(int64=9) %!d(string=hai) anos
Checksum.swift 38155dc72a Refactor CRC -> Checksum %!s(int64=9) %!d(string=hai) anos
Cipher.swift 0f5b960e25 Cipher protocol accepts Collection input %!s(int64=9) %!d(string=hai) anos
Collection+Extension.swift c95da766bf Fix toUInt32Array() #308 %!s(int64=9) %!d(string=hai) anos
Cryptors.swift cb7ff5a669 UpdatableCryptor -> Updatable %!s(int64=9) %!d(string=hai) anos
Digest.swift d4004696a8 MD5 conforms to Updatable protocol. May be calculated incrementally. %!s(int64=9) %!d(string=hai) anos
DigestType.swift 0782241f28 Digest -> DigestType. Hash -> Digest %!s(int64=9) %!d(string=hai) anos
Generics.swift e2f19bea70 sizeof, sizeofValue -> MemoryLayout<>.size %!s(int64=9) %!d(string=hai) anos
HMAC.swift b165c296a7 rename size -> digestSize %!s(int64=9) %!d(string=hai) anos
Info.plist bf2acdb2ff Update version number for beta %!s(int64=9) %!d(string=hai) anos
Int+Extension.swift aee45c4188 Refactor public methods to internal %!s(int64=9) %!d(string=hai) anos
IntegerConvertible.swift 1f7fb235bf Update to latest changes in Swift. %!s(int64=9) %!d(string=hai) anos
MD5.swift e850cfa5fa Avoid Array from sequence to calculate accumulated length %!s(int64=9) %!d(string=hai) anos
Multiplatform.swift 985444c393 fixed arc4random_uniform for Linux %!s(int64=9) %!d(string=hai) anos
NoPadding.swift cf0116abc1 More updates to API %!s(int64=9) %!d(string=hai) anos
Operators.swift f529b4dfb0 Revert "Fixed issues in Xcode 8 Beta 4 and Swift 3 changes." %!s(int64=9) %!d(string=hai) anos
PKCS7.swift 53024f0f4f ErrorProblem -> Error (enum Error: Swift.Error) %!s(int64=9) %!d(string=hai) anos
Padding.swift 1f82bc6c33 Upgrade to Xcode 8 with Swift 3 and new Foundation %!s(int64=9) %!d(string=hai) anos
Poly1305.swift 4a2cb5272c Refactor enum Authenticator -> protocol Authenticator %!s(int64=9) %!d(string=hai) anos
Rabbit.swift 92e6d02a81 Rabbit.encrypt don;t throw %!s(int64=9) %!d(string=hai) anos
RandomAccessCryptor.swift cb7ff5a669 UpdatableCryptor -> Updatable %!s(int64=9) %!d(string=hai) anos
SHA1.swift b165c296a7 rename size -> digestSize %!s(int64=9) %!d(string=hai) anos
SHA2.swift b165c296a7 rename size -> digestSize %!s(int64=9) %!d(string=hai) anos
SecureBytes.swift 28a1b60234 Mark class as final %!s(int64=9) %!d(string=hai) anos
String+Extension.swift e78c5cc337 Fixes for linux. %!s(int64=9) %!d(string=hai) anos
UInt16+Extension.swift 3a0374acd1 Refactor Int.with() -> Int(bytes:) %!s(int64=9) %!d(string=hai) anos
UInt32+Extension.swift aee45c4188 Refactor public methods to internal %!s(int64=9) %!d(string=hai) anos
UInt64+Extension.swift 3a0374acd1 Refactor Int.with() -> Int(bytes:) %!s(int64=9) %!d(string=hai) anos
UInt8+Extension.swift 0fb05a9fd4 Refactor files name. Extensions with "+" %!s(int64=9) %!d(string=hai) anos
Updatable.swift c12c52c337 TODO: Consider if Updatable shoud use Collection rather than Sequence %!s(int64=9) %!d(string=hai) anos
Utils.swift c411561c51 Use bitPadding(..) in place of shared prepare() %!s(int64=9) %!d(string=hai) anos
ZeroPadding.swift 4edf41cb3b Add ZeroPadding %!s(int64=9) %!d(string=hai) anos