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