Marcin Krzyżanowski 9e68265e49 os(Linux) || os(Android) 9 years ago
..
BlockMode c73aec8f3e Fix compile error for Xcode 8 GM/Swift 3.0 (#325) 9 years ago
Foundation d28e236280 Remove unnecessary optional results 9 years ago
PKCS5 9e68265e49 os(Linux) || os(Android) 9 years ago
AES.swift 1189b10588 Minor docs 9 years ago
Array+Extension.swift 5f44ed0641 Remove redundant testMD5EmptyString() 9 years ago
Authenticator.swift ed5119bde1 Add some documentation 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 106f949f1f BytesSequence is more general, accepts Array and ArraySlice 9 years ago
CSArrayType+Extensions.swift 7f1e8390c7 Add SHA-3 implementation. Closes #291 9 years ago
ChaCha20.swift e8993082b5 Use BytesSequence in place of .chunks() 9 years ago
Checksum.swift ed5119bde1 Add some documentation 9 years ago
Cipher.swift 0f5b960e25 Cipher protocol accepts Collection input 9 years ago
Collection+Extension.swift 144f94ca38 Collection.toInteger() is neat but painfully slow therefore deprecated 9 years ago
Cryptors.swift 9e68265e49 os(Linux) || os(Android) 9 years ago
Digest.swift 7f1e8390c7 Add SHA-3 implementation. Closes #291 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 e613ef9e6b rename digestSize -> digestLength 9 years ago
Info.plist bf2acdb2ff Update version number for beta 9 years ago
Int+Extension.swift 9e68265e49 os(Linux) || os(Android) 9 years ago
IntegerConvertible.swift 1f7fb235bf Update to latest changes in Swift. 9 years ago
MD5.swift b862f92857 Make MD5 class final 9 years ago
Multiplatform.swift 9e68265e49 os(Linux) || os(Android) 9 years ago
NoPadding.swift cf0116abc1 More updates to API 9 years ago
Operators.swift 85734ce98f Remove bit shifting code. It's Implemented as part of SE-0104 in current Swift. 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 ed5119bde1 Add some documentation 9 years ago
Rabbit.swift 92e6d02a81 Rabbit.encrypt don;t throw 9 years ago
RandomAccessCryptor.swift ed5119bde1 Add some documentation 9 years ago
SHA1.swift 653a333d72 Apply performance improvement to SHA1, thanks to @joannis 9 years ago
SHA2.swift 64a100f5ae Apply performance improvements to SHA2 9 years ago
SHA3.swift 9e68265e49 os(Linux) || os(Android) 9 years ago
SecureBytes.swift 9e68265e49 os(Linux) || os(Android) 9 years ago
String+Extension.swift 7f1e8390c7 Add SHA-3 implementation. Closes #291 9 years ago
UInt16+Extension.swift 144f94ca38 Collection.toInteger() is neat but painfully slow therefore deprecated 9 years ago
UInt32+Extension.swift 9e68265e49 os(Linux) || os(Android) 9 years ago
UInt64+Extension.swift 144f94ca38 Collection.toInteger() is neat but painfully slow therefore deprecated 9 years ago
UInt8+Extension.swift 9e68265e49 os(Linux) || os(Android) 9 years ago
Updatable.swift ed5119bde1 Add some documentation 9 years ago
Utils.swift 1551a7b986 Minor style fix 9 years ago
ZeroPadding.swift 4edf41cb3b Add ZeroPadding 9 years ago