Michael Ledin
|
5fbddba308
Ignore .DS_Store
|
9 éve |
Michael Ledin
|
e78c5cc337
Fixes for linux.
|
9 éve |
Michael Ledin
|
0f518e37e5
Removed unnecessary install.
|
9 éve |
Michael Ledin
|
a5878f5ebb
It seems that swiftenv install --list does not show 3.0-PREVIEW-6 version but can install it.
|
9 éve |
Michael Ledin
|
df175e0ec7
Moved CI.sh to scripts directory.
|
9 éve |
Michael Ledin
|
22cae2a3cf
Linux specific .swift-version.
|
9 éve |
Michael Ledin
|
ee9ccb1a46
Removed linux from travis config because swiftenv does not have swift version 3.0 on linux yet.
|
9 éve |
Michael Ledin
|
25a682fe85
Fixed path.
|
9 éve |
Michael Ledin
|
f5ff7320d6
Reverted .swift-version.
|
9 éve |
Michael Ledin
|
537e28ad62
Fixed .swift-version.
|
9 éve |
Michael Ledin
|
ee44a88bbc
Updated swiftenv-install.sh link.
|
9 éve |
Michael Ledin
|
7f85173e95
Travis Xcode8.
|
9 éve |
Marcin Krzyżanowski
|
4bbf06918c
Add access tests for ChaCha20
|
9 éve |
Marcin Krzyżanowski
|
a292060fcd
Add preconditions
|
9 éve |
Marcin Krzyżanowski
|
dd9b99b830
Improve toUInt32Array, toUInt64Array - always output array with right size
|
9 éve |
Marcin Krzyżanowski
|
80190cd1e4
Fix Rabbit test
|
9 éve |
Marcin Krzyżanowski
|
9ea5668ff9
Refactor Rabbit. Throwable inits. Test public methods
|
9 éve |
Marcin Krzyżanowski
|
4a2cb5272c
Refactor enum Authenticator -> protocol Authenticator
|
9 éve |
Marcin Krzyżanowski
|
515655195c
Add more access tests
|
9 éve |
Marcin Krzyżanowski
|
6b7bc54ea8
Fix PBKDF1 example
|
9 éve |
Marcin Krzyżanowski
|
97dc571423
Remove unused function
|
9 éve |
Marcin Krzyżanowski
|
38155dc72a
Refactor CRC -> Checksum
|
9 éve |
Marcin Krzyżanowski
|
aee45c4188
Refactor public methods to internal
|
9 éve |
Marcin Krzyżanowski
|
3a0374acd1
Refactor Int.with() -> Int(bytes:)
|
9 éve |
Marcin Krzyżanowski
|
42d96b1488
More Access tests
|
9 éve |
Marcin Krzyżanowski
|
56e4ffb7bb
String.encrypt() returns hex string instead of Array<UInt8>. This is consistent with rest of the functions here.
|
9 éve |
Marcin Krzyżanowski
|
a796561bd7
String.decrypt() does not make sense, therefore removed. It's highly unexpected that encrypted bytes can be easily treat as String, and that it can be decrypted.
|
9 éve |
Marcin Krzyżanowski
|
44b93fc489
Introduce Access tests to check access level of public interface.
|
9 éve |
Marcin Krzyżanowski
|
9395bcc414
enum Hash -> struct Hash. crc extracted to static methods of class CRC. Result of CRC is always integer.
|
9 éve |
Marcin Krzyżanowski
|
782bfb96cd
Add UInt16+Extension
|
9 éve |