Marcin Krzyżanowski 7185e32ad5 Remove NSData.hexString property, use toHexString() due to private property of that name. #105 %!s(int64=10) %!d(string=hai) anos
..
AES.swift 31bbf4fd49 Explicit enum value Fixes #81 %!s(int64=10) %!d(string=hai) anos
ArrayExtension.swift 8c4519dbcf Work on AES performance %!s(int64=10) %!d(string=hai) anos
Authenticator.swift 8ae6516ab9 Replace NSData with [UInt8] for HMAC and Poly1305 %!s(int64=11) %!d(string=hai) anos
BitExtension.swift 461eccf50a Bit extension (invert bits) %!s(int64=11) %!d(string=hai) anos
CRC.swift 1be97e742b Mark classes as final. %!s(int64=10) %!d(string=hai) anos
ChaCha20.swift c57e424c3e mark the Context class in ChaCha20 as final. %!s(int64=10) %!d(string=hai) anos
Cipher.swift 6608bca201 Replace NSData with [UInt8] for ChaCha20 %!s(int64=11) %!d(string=hai) anos
CipherBlockMode.swift 525c972d85 About 40% boost to AES blocks cipher processing %!s(int64=10) %!d(string=hai) anos
CryptoSwift.h c26a8b2f3d Fix import compatibility for OSX target %!s(int64=11) %!d(string=hai) anos
Generics.swift 32ad55e3d7 Pure swift integerWithBytes %!s(int64=10) %!d(string=hai) anos
HMAC.swift 1be97e742b Mark classes as final. %!s(int64=10) %!d(string=hai) anos
Hash.swift c7851c7ad4 Refactoring for hashes. Update for 6.3 beta3. %!s(int64=10) %!d(string=hai) anos
HashBase.swift 7b92383943 [FIX] Memory leak with unsafe calloc %!s(int64=10) %!d(string=hai) anos
Info.plist bb7f2c187b Update to v 0.0.12 %!s(int64=10) %!d(string=hai) anos
IntExtension.swift c7851c7ad4 Refactoring for hashes. Update for 6.3 beta3. %!s(int64=10) %!d(string=hai) anos
IntegerConvertible.swift 32ad55e3d7 Pure swift integerWithBytes %!s(int64=10) %!d(string=hai) anos
MD5.swift 1be97e742b Mark classes as final. %!s(int64=10) %!d(string=hai) anos
NSDataExtension.swift 7185e32ad5 Remove NSData.hexString property, use toHexString() due to private property of that name. #105 %!s(int64=10) %!d(string=hai) anos
Operators.swift 9ba8e31a04 More refactor work, some generics separated etc %!s(int64=11) %!d(string=hai) anos
PKCS5.swift c7851c7ad4 Refactoring for hashes. Update for 6.3 beta3. %!s(int64=10) %!d(string=hai) anos
PKCS7.swift f146411a7c Fixes invalid result value on device. Fixes #57 %!s(int64=10) %!d(string=hai) anos
Padding.swift 9f4527f79d Massive internal change NSData to [UInt8] %!s(int64=11) %!d(string=hai) anos
Poly1305.swift 1be97e742b Mark classes as final. %!s(int64=10) %!d(string=hai) anos
SHA1.swift 1be97e742b Mark classes as final. %!s(int64=10) %!d(string=hai) anos
SHA2.swift 1be97e742b Mark classes as final. %!s(int64=10) %!d(string=hai) anos
StringExtension.swift 03e5332ceb Hash results as optionals %!s(int64=11) %!d(string=hai) anos
UInt16Extension.swift ca570ea7bd UInt16 extension (I need generic for bits shifting) %!s(int64=11) %!d(string=hai) anos
UInt32Extension.swift c7851c7ad4 Refactoring for hashes. Update for 6.3 beta3. %!s(int64=10) %!d(string=hai) anos
UInt64Extension.swift c7851c7ad4 Refactoring for hashes. Update for 6.3 beta3. %!s(int64=10) %!d(string=hai) anos
UInt8Extension.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. %!s(int64=11) %!d(string=hai) anos
Utils.swift d45650d61f UInt8 rotateLeft %!s(int64=10) %!d(string=hai) anos