Marcin Krzyżanowski 6aa9e9ffa2 CFB decrypt is the same as encrypt adjusted to cipher operation 11 years ago
..
Playground 6863b59b62 CBF cleanup 11 years ago
AES.swift d7177d020c Reserver array capacity for output array 11 years ago
ArrayExtension.swift faa315738e toBytes fixes 11 years ago
Authenticator.swift 8ae6516ab9 Replace NSData with [UInt8] for HMAC and Poly1305 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 6608bca201 Replace NSData with [UInt8] for ChaCha20 11 years ago
Cipher.swift 6608bca201 Replace NSData with [UInt8] for ChaCha20 11 years ago
CipherBlockMode.swift 6aa9e9ffa2 CFB decrypt is the same as encrypt adjusted to cipher operation 11 years ago
CryptoHashBase.swift cd752b61e3 calloc parameter change UInt -> Int (rdar://19951223) 11 years ago
CryptoSwift.h c26a8b2f3d Fix import compatibility for OSX target 11 years ago
Generics.swift a4be07f1b5 Adapt to new rules of Swift 1.2 Part#2 11 years ago
HMAC.swift 8ae6516ab9 Replace NSData with [UInt8] for HMAC and Poly1305 11 years ago
Hash.swift a2a0c80027 Fix hash calculations for empty string "". HashBase.init is no longer failable initializer. 11 years ago
Info.plist 1e89af817a Current version is 0.0.2 11 years ago
IntExtension.swift a4be07f1b5 Adapt to new rules of Swift 1.2 Part#2 11 years ago
MD5.swift a4be07f1b5 Adapt to new rules of Swift 1.2 Part#2 11 years ago
NSDataExtension.swift 597588f922 Ply test updates. Fix Authenticator NSData function. 11 years ago
Operators.swift 9ba8e31a04 More refactor work, some generics separated etc 11 years ago
PKCS7.swift 245e77b6cd Fix PKCS7 for large input data 11 years ago
Padding.swift 9f4527f79d Massive internal change NSData to [UInt8] 11 years ago
PaddingMode.swift 2ceae1f186 Padding protocol, first step to generalize Paddings 11 years ago
Poly1305.swift 8ae6516ab9 Replace NSData with [UInt8] for HMAC and Poly1305 11 years ago
SHA1.swift 9788ebe7c1 Replace NSData with [UInt8] for AES interface 11 years ago
SHA2.swift 0f9a8ab82d Adapt to new rules of Swift 1.2. thanks to markusl #26 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 0f9a8ab82d Adapt to new rules of Swift 1.2. thanks to markusl #26 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