Samuel GRAU ad13df968b [*] - Updatin settings 10 years ago
..
Playground 3df18d495e update .gitignore 10 years ago
AES.swift a106d907bb Fix checks for IV length #32. Backport. 10 years ago
ArrayExtension.swift faa315738e toBytes fixes 11 years ago
Authenticator.swift c8ee331a31 HMAC authenticator (variants MD5, SHA1, SHA256) 11 years ago
BitExtension.swift 461eccf50a Bit extension (invert bits) 11 years ago
CRC.swift 9ba8e31a04 More refactor work, some generics separated etc 11 years ago
ChaCha20.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
Cipher.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
CipherBlockMode.swift 3d7ce7933b Fix decrypt for CBC in case IV is longer than block size. #32 10 years ago
CryptoHashBase.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
CryptoSwift.h c26a8b2f3d Fix import compatibility for OSX target 11 years ago
Generics.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
HMAC.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
Hash.swift a2a0c80027 Fix hash calculations for empty string "". HashBase.init is no longer failable initializer. 11 years ago
Info.plist ad13df968b [*] - Updatin settings 10 years ago
IntExtension.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
MD5.swift 5efc575d9f Improve speed of Hash.prepare 11 years ago
NSDataExtension.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
Operators.swift 9ba8e31a04 More refactor work, some generics separated etc 11 years ago
PKCS7.swift 2231ca74e5 Fix PKCS7.removePadding() 11 years ago
PaddingMode.swift d80417c05f remove PKCS7 padding 11 years ago
Poly1305.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
SHA1.swift 67bf827fa5 refactor public api 11 years ago
SHA2.swift 95f805393a integerFromBitsArray<T> crash on Beta7, so disabled. 11 years ago
StringExtension.swift 03e5332ceb Hash results as optionals 11 years ago
UInt16Extension.swift ca570ea7bd UInt16 extension (I need generic for bits shifting) 11 years ago
UInt32Extension.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
UInt64Extension.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
UInt8Extension.swift 0d68706c13 Change type Byte to Uint8 (removed in Swift 1.2) #26. ChaCha20 public. Playground cleanup. 11 years ago
Utils.swift 84ce94b0aa AES keyExpansion 11 years ago