Marcin Krzyzanowski cfd672b1e3 Cleanup Tests setup 5 years ago
..
AEAD d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
BlockMode 77d77258c7 OCB: extend block in a function 6 years ago
Foundation 39021ab5f2 Clearup initializer parameters 5 years ago
PKCS 6d599042fd Address possible timing issue. Reported by @blochberger 5 years ago
AES.Cryptors.swift 6f5efda284 Implementation of OCB mode without AAD 6 years ago
AES.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Array+Extension.swift 8b6740597a Uses `reduce(into:,_)` instead of `reduce(_,_)` which gives an order of magnitude performance gain. 6 years ago
Authenticator.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
BatchedCollection.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Bit.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
BlockCipher.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
BlockDecryptor.swift 17fb0828a3 Validate tag in AEAD decryption when the plaintext is empty 6 years ago
BlockEncryptor.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Blowfish.swift b0520482e2 swiftformat 6 years ago
CBCMAC.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
CMAC.swift 938d7973b0 Allow CMAC with any Cipher (OMAC1). #809 5 years ago
ChaCha20.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Checksum.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Cipher.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Collection+Extension.swift 8d216531ae Refactors `[UInt8].toUInt32Array()` and `[UInt8].toUInt64Array()` to use `Array.init(unsafeUninitializedCapacity:, initializingWith:)` 6 years ago
CompactMap.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Cryptor.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Cryptors.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Digest.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
DigestType.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Generics.swift 04414a31ca exported:true has no effect 5 years ago
HKDF.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
HMAC.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
ISO78164Padding.swift e86759d813 add ISO78164 padding 6 years ago
Int+Extension.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
MD5.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
NoPadding.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Operators.swift e33f371456 Add headers template 8 years ago
Padding.swift e86759d813 add ISO78164 padding 6 years ago
Poly1305.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Rabbit.swift 10c8f143d8 Uses Array.init(unsafeUninitializedCapacity:,initializingWith:) where possible in Rabbit.swift 6 years ago
SHA1.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
SHA2.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
SHA3.swift 165e8b0dff Uses `reduce(into:,_)` instead of reduce(_,_)` to avoid intermediate arrays allocations 6 years ago
Scrypt.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
SecureBytes.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
StreamDecryptor.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
StreamEncryptor.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
String+Extension.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
UInt128.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
UInt16+Extension.swift 04414a31ca exported:true has no effect 5 years ago
UInt32+Extension.swift 04414a31ca exported:true has no effect 5 years ago
UInt64+Extension.swift 04414a31ca exported:true has no effect 5 years ago
UInt8+Extension.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Updatable.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
Utils.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago
ZeroPadding.swift d79284da3f passthrough with swiftformat using .swiftformat file from master 6 years ago