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