Marcin Krzyżanowski 9abedbaef3 Merge branch 'new-AES-Gladman' into develop 10 years ago
..
Foundation 853cbe06b6 Merge branch 'master' into develop 10 years ago
AES.swift c759c06df9 cosmetics 10 years ago
Array+Extension.swift b5f71dfb3d Speed execution by 300% by replacing extension UInt32->Int conversion with the inline Int(value) 10 years ago
Array<UInt8>+Extension.swift 8d636f4fcb More crypto functions for Array<UInt8> 10 years ago
ArraySlice<UInt8>+Bytes.swift 995d098c5e New and faster AES encryption implementation is like 14x faster. 10 years ago
Authenticator.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
BitExtension.swift 28463e1e88 startIndex in place of [0] index 10 years ago
BytesSequence.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
CRC.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
ChaCha20.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
Cipher.swift 10b70e45fd Import Darwin.libc caused problems. #134 10 years ago
CipherBlockMode.swift 28463e1e88 startIndex in place of [0] index 10 years ago
Generics.swift 995d098c5e New and faster AES encryption implementation is like 14x faster. 10 years ago
HMAC.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
Hash.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
HashProtocol.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
Info.plist 8435741cbd Release 0.0.16 10 years ago
IntExtension.swift 10b70e45fd Import Darwin.libc caused problems. #134 10 years ago
IntegerConvertible.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
MD5.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
Operators.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
PKCS5.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
PKCS7.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
Padding.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
Poly1305.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
SHA1.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
SHA2.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
String+Extension.swift 98bcaa2f32 Separate Foundation dependency 10 years ago
UInt16Extension.swift 10b70e45fd Import Darwin.libc caused problems. #134 10 years ago
UInt32Extension.swift 10b70e45fd Import Darwin.libc caused problems. #134 10 years ago
UInt64Extension.swift 5efd01ecbe Remove many Foundation dependencies by replacing NSData with [UInt8]. Separate Foundation dependency to extensions (ChaCha20, AES) 10 years ago
UInt8Extension.swift 10b70e45fd Import Darwin.libc caused problems. #134 10 years ago
Utils.swift 6fff1dc5cb Remove unused NSDataSequence. Decouple Utils.swift. Refactoring. 10 years ago