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