Skip to content

Instantly share code, notes, and snippets.

@czechboy0
Last active January 26, 2016 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save czechboy0/316b7293ceea8388496b to your computer and use it in GitHub Desktop.
Save czechboy0/316b7293ceea8388496b to your computer and use it in GitHub Desktop.
CryptoSwift 0.2.2 compilation times
229.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:215:18 private final func decryptBlock(block: [UInt8]) -> [UInt8]?
206.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:297:18 private final func expandKeyInv(key: [UInt8], variant: AESVariant) -> [[UInt32]]
124.6ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/SHA2.swift:116:10 final func calculate32() -> [UInt8]
115.3ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/SHA1.swift:19:10 final func calculate() -> [UInt8]
77.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:49:24 private final func wordToByte(input: [UInt32]) -> [UInt8]?
76.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/SHA2.swift:198:10 final func calculate64() -> [UInt8]
75.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:263:18 private final func blocks(context: Context, m: [UInt8], startPos: Int = default) -> Int
72.6ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/MD5.swift:43:10 final func calculate() -> [UInt8]
59.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:62:18 private final func setup()
54.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Array+Extension.swift:12:10 func chunks(chunksize: Int) -> [Array<Element>]
52.6ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:322:14 func convertExpandedKey(expanded: [UInt8]) -> [[UInt32]]
46.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:12:17 public func md5() -> String
44.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift:14:17 public func encrypt(cipher: Cipher) throws -> String
43.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:94:6 func shiftLeft<T : SignedIntegerType where T : Initiable>(value: T, count: Int) -> T
41.6ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:26:9 init?(_ key: [UInt8])
41.6ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:320:18 private final func expandKey(key: [UInt8], variant: AESVariant) -> [[UInt32]]
38.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:196:18 private func buildNonce(iv: [UInt8], counter: UInt64) -> [UInt8]
35.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/HMAC.swift:78:19 internal final func authenticate(message message: [UInt8]) -> [UInt8]?
31.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Utils.swift:56:6 func toUInt64Array(slice: ArraySlice<UInt8>) -> Array<UInt64>
29.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:37:6 func integerWithBytes<T : IntegerType where T : ByteConvertible, T : BitshiftOperationsType>(bytes: [UInt8]) -> T
29.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:78:18 private final func contextSetup(iv iv: [UInt8], key: [UInt8]) -> ChaCha20.Context?
28.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:52:12 public init?(key: [UInt8], iv: [UInt8]?)
28.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Foundation/Utils+Foundation.swift:11:6 func perf(text: String, closure: () -> ())
28.3ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift:12:24 convenience public init?(key: String, iv: String)
27.0ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Foundation/AES+Foundation.swift:12:24 convenience public init(key: String, iv: String, blockMode: CipherBlockMode = default) throws
26.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:152:18 private final func nextOutput() -> [UInt8]
25.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift:12:24 convenience public init?(key: String)
22.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/IntExtension.swift:60:27 private mutating func shiftRight(count: Int) -> Int
21.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:117:18 private final func update(context: Context, message: [UInt8], bytes: Int? = default)
19.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Utils.swift:41:6 func toUInt32Array(slice: ArraySlice<UInt8>) -> Array<UInt32>
19.3ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/HMAC.swift:63:14 internal init?(_ key: [UInt8], variant: HMAC.Variant = default)
17.6ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/PKCS7.swift:22:17 public func add(bytes: [UInt8], blockSize: Int) -> [UInt8]
17.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:59:6 func arrayOfBytes<T>(value: T, length: Int? = default) -> [UInt8]
16.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:206:18 private final func squeeze(context: Context, hr: [UInt32]) -> Bool
16.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/BytesSequence.swift:22:10 func generate() -> AnyGenerator<ArraySlice<UInt8>>
16.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/BytesSequence.swift:26:32 (closure)
15.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:16:17 public func sha1() -> String
15.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:28:17 public func sha384() -> String
15.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:24:17 public func sha256() -> String
15.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/UInt32Extension.swift:66:27 private mutating func shiftRight(count: UInt32) -> UInt32
15.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/PKCS7.swift:39:17 public func remove(bytes: [UInt8], blockSize: Int?) -> [UInt8]
15.0ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:20:17 public func sha224() -> String
14.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:85:10 func encryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
14.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/UInt8Extension.swift:71:10 func bits() -> String
14.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:32:17 public func sha512() -> String
13.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:23:6 func integerFromBitsArray<T : UnsignedIntegerType>(bits: [Bit]) -> T
13.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:204:10 func encryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
13.6ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:233:18 private final func freeze(context: Context) -> Bool
13.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CSArrayType+Extensions.swift:21:17 public func toHexString() -> String
13.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/HashProtocol.swift:18:10 func prepare(len: Int) -> Array<UInt8>
13.0ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/UInt32Extension.swift:39:27 private mutating func shiftLeft(count: UInt32) -> UInt32
13.0ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:98:18 private final func setupIV(iv: [UInt8])
12.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CRC.swift:77:10 final func crc32(message: [UInt8], seed: UInt32? = default) -> UInt32
12.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:223:10 func decryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
11.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:129:10 func encryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
11.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Foundation/ArrayUInt8+Foundation.swift:12:12 public init(_ data: NSData)
9.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/UInt8Extension.swift:55:10 func bits() -> [Bit]
9.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:192:18 private final func add(context: Context, c: [UInt8]) -> Bool
9.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:40:17 public func crc16(seed: UInt16? = default) -> String
9.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:174:10 func encryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) -> [UInt8]
9.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Utils.swift:74:6 func xor(a: [UInt8], _ b: [UInt8]) -> [UInt8]
9.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:103:10 func decryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
8.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:36:17 public func crc32(seed: UInt32? = default) -> String
8.6ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift:19:17 public func decrypt(cipher: Cipher) throws -> String
8.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/SHA2.swift:102:22 private func resultingArray<T>(hh: [T]) -> ArraySlice<T>
8.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:162:18 private final func finish(context: Context) -> [UInt8]?
8.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:123:18 private final func nextState()
8.0ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:408:18 private final func calculateSBox() -> (sBox: [UInt32], invSBox: [UInt32])
7.6ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:48:17 public func decrypt(cipher: Cipher) throws -> [UInt8]
7.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:44:17 public func encrypt(cipher: Cipher) throws -> [UInt8]
6.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:118:6 func shiftLeft(value: UInt, count: Int) -> UInt
5.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/UInt64Extension.swift:15:24 public static func withBytes(bytes: ArraySlice<UInt8>) -> UInt64
5.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/UInt32Extension.swift:25:24 public static func withBytes(bytes: ArraySlice<UInt8>) -> UInt32
5.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/MD5.swift:111:20 (closure)
5.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Hash.swift:16:17 public func calculate() -> [UInt8]
5.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:146:6 func shiftLeft(value: Int32, count: Int) -> Int32
5.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CRC.swift:89:10 final func crc16(message: [UInt8], seed: UInt16? = default) -> UInt16
5.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Foundation/NSData+Extension.swift:14:19 internal func appendBytes(arrayOfBytes: [UInt8])
5.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/BitExtension.swift:10:10 func inverted() -> Bit
4.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:399:18 private final func F1(x0: UInt32, _ x1: UInt32, _ x2: UInt32, _ x3: UInt32) -> UInt32
4.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:134:6 func shiftLeft(value: UInt64, count: Int) -> UInt64
4.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:22:9 @objc deinit
4.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/IntExtension.swift:38:24 public static func withBytes(bytes: ArraySlice<UInt8>) -> Int
4.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:192:14 private func wordNumber(bytes: ArraySlice<UInt8>) -> UInt32
4.3ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/SHA2.swift:37:9 init?(rawValue: RawValue)
4.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:150:6 func shiftLeft(value: Int64, count: Int) -> Int64
4.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:193:17 public final func decrypt(bytes: [UInt8], padding: Padding? = default) throws -> [UInt8]
3.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/SHA2.swift:71:32 get {}
3.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:57:10 func encryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
3.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/SHA1.swift:98:20 (closure)
3.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:146:18 private final func g(j: Int) -> UInt32
3.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Foundation/NSData+Extension.swift:91:17 @objc public dynamic func toHexString() -> String
3.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:89:12 public init(key: [UInt8], iv: [UInt8], blockMode: CipherBlockMode = default) throws
3.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/SHA2.swift:274:44 (closure)
3.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/SHA2.swift:191:44 (closure)
3.5ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:122:6 func shiftLeft(value: UInt8, count: Int) -> UInt8
3.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/IntExtension.swift:26:5 init(bits: [Bit])
3.3ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Utils.swift:9:6 func rotateLeft(v: UInt8, _ n: UInt8) -> UInt8
3.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:126:6 func shiftLeft(value: UInt16, count: Int) -> UInt16
3.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:342:14 func subWord(word: [UInt8]) -> [UInt8]
3.0ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:138:6 func shiftLeft(value: Int8, count: Int) -> Int8
3.0ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:130:6 func shiftLeft(value: UInt32, count: Int) -> UInt32
2.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:174:17 public final func encrypt(bytes: [UInt8]) -> [UInt8]
2.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:142:6 func shiftLeft(value: Int16, count: Int) -> Int16
2.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/UInt8Extension.swift:30:17 static func withValue(v: UInt64) -> UInt8
2.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/SHA2.swift:58:32 get {}
2.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:36:35 final get {}
2.3ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:20:20 get {}
2.2ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/UInt8Extension.swift:50:5 init(bits: [Bit])
2.1ms <invalid loc> get {}
2.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:115:17 public final func encrypt(bytes: [UInt8], padding: Padding? = default) throws -> [UInt8]
2.0ms <invalid loc> get {}
1.9ms <invalid loc> get {}
1.9ms <invalid loc> get {}
1.9ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/IntExtension.swift:54:27 private mutating func shiftLeft(count: Int) -> Int
1.8ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/UInt32Extension.swift:21:17 public func bytes(totalBytes: Int = default) -> [UInt8]
1.7ms <invalid loc> get {}
1.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/UInt64Extension.swift:11:17 public func bytes(totalBytes: Int = default) -> [UInt8]
1.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:95:13 private init?(_ key: [UInt8])
1.7ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Foundation/NSData+Extension.swift:95:17 public func arrayOfBytes() -> [UInt8]
1.6ms <invalid loc> get {}
1.6ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:68:10 func decryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
1.5ms <invalid loc> get {}
1.4ms <invalid loc> get {}
1.4ms <invalid loc> get {}
1.4ms <invalid loc> get {}
1.4ms <invalid loc> get {}
1.4ms <invalid loc> get {}
1.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:37:17 public final func encrypt(bytes: [UInt8]) throws -> [UInt8]
1.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:162:24 private final func quarterround(inout a: UInt32, inout _ b: UInt32, inout _ c: UInt32, inout _ d: UInt32)
1.4ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Authenticator.swift:31:17 public func authenticate(message: [UInt8]) throws -> [UInt8]
1.3ms <invalid loc> get {}
1.3ms <invalid loc> get {}
1.3ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Utils.swift:37:6 func reverseBytes(value: UInt32) -> UInt32
1.2ms <invalid loc> init?(rawValue: Int)
1.2ms <invalid loc> get {}
1.1ms <invalid loc> get {}
1.1ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:50:22 final get {}
1.0ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/Generics.swift:86:6 func <<<T : UnsignedIntegerType>(lhs: T, rhs: Int) -> UInt
1.0ms /Users/honzadvorsky/Documents/CryptoSwift/Sources/CryptoSwift/AES.swift:50:22 final get {}
9964.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Utils.swift:41:6 func toUInt32Array(slice: ArraySlice<UInt8>) -> Array<UInt32>
6503.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:196:18 private final func decryptBlock(block: [UInt8]) -> [UInt8]?
432.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:129:18 private final func encryptBlock(block: [UInt8]) -> [UInt8]?
213.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:239:18 private final func expandKeyInv(key: [UInt8], variant: AESVariant) -> [[UInt32]]
144.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/SHA2.swift:116:10 final func calculate32() -> [UInt8]
131.8ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/SHA1.swift:19:10 final func calculate() -> [UInt8]
75.8ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:62:18 private final func setup()
69.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift:14:17 public func encrypt(cipher: Cipher) throws -> String
66.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:12:17 public func md5() -> String
63.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/HMAC.swift:78:19 internal final func authenticate(message message: [UInt8]) -> [UInt8]?
63.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/MD5.swift:43:10 final func calculate() -> [UInt8]
57.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Array+Extension.swift:12:10 func chunks(chunksize: Int) -> [Array<Element>]
57.3ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:264:14 func convertExpandedKey(expanded: [UInt8]) -> [[UInt32]]
51.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:263:18 private final func blocks(context: Context, m: [UInt8], startPos: Int = default) -> Int
48.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/AES+Foundation.swift:12:24 convenience public init(key: String, iv: String, blockMode: CipherBlockMode = default) throws
46.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift:12:24 convenience public init?(key: String)
42.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:94:6 func shiftLeft<T : SignedIntegerType where T : Initiable>(value: T, count: Int) -> T
37.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:152:18 private final func nextOutput() -> [UInt8]
37.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:196:18 private func buildNonce(iv: [UInt8], counter: UInt64) -> [UInt8]
37.3ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/ArrayUInt8+Foundation.swift:12:12 public init(_ data: NSData)
32.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:37:6 func integerWithBytes<T : IntegerType where T : ByteConvertible, T : BitshiftOperationsType>(bytes: [UInt8]) -> T
28.2ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:52:12 public init?(key: [UInt8], iv: [UInt8]?)
27.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:78:18 private final func contextSetup(iv iv: [UInt8], key: [UInt8]) -> ChaCha20.Context?
26.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/IntExtension.swift:60:27 private mutating func shiftRight(count: Int) -> Int
25.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:127:24 private final func encryptBytes(message: [UInt8]) throws -> [UInt8]
24.8ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/HMAC.swift:63:14 internal init?(_ key: [UInt8], variant: HMAC.Variant = default)
22.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/PKCS7.swift:18:17 public func add(bytes: [UInt8], blockSize: Int) -> [UInt8]
19.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:59:6 func arrayOfBytes<T>(value: T, length: Int? = default) -> [UInt8]
18.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Utils.swift:52:6 func toUInt64Array(slice: ArraySlice<UInt8>) -> Array<UInt64>
18.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:350:18 private final func calculateSBox() -> (sBox: [UInt32], invSBox: [UInt32])
18.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/BytesSequence.swift:22:10 func generate() -> AnyGenerator<ArraySlice<UInt8>>
17.3ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:85:10 func encryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
17.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/BytesSequence.swift:26:32 (closure)
16.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt32Extension.swift:66:27 private mutating func shiftRight(count: UInt32) -> UInt32
15.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt8Extension.swift:71:10 func bits() -> String
15.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CSArrayType+Extensions.swift:21:17 public func toHexString() -> String
15.2ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/HashProtocol.swift:18:10 func prepare(len: Int) -> Array<UInt8>
15.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:123:18 private final func nextState()
15.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:206:18 private final func squeeze(context: Context, hr: [UInt32]) -> Bool
14.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt32Extension.swift:39:27 private mutating func shiftLeft(count: UInt32) -> UInt32
14.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:117:18 private final func update(context: Context, message: [UInt8], bytes: Int? = default)
13.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:23:6 func integerFromBitsArray<T : UnsignedIntegerType>(bits: [Bit]) -> T
13.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CRC.swift:77:10 final func crc32(message: [UInt8], seed: UInt32? = default) -> UInt32
13.2ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:16:17 public func sha1() -> String
12.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:103:10 func decryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
11.8ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:129:10 func encryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
11.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:174:10 func encryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) -> [UInt8]
11.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:147:10 func decryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
11.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt8Extension.swift:85:19 mutating func shiftRight(count: UInt8) -> UInt8
9.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Cipher.swift:28:24 public static func randomIV(blockSize: Int) -> [UInt8]
9.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:24:17 public func sha256() -> String
9.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:20:17 public func sha224() -> String
9.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:32:17 public func sha512() -> String
9.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:28:17 public func sha384() -> String
8.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/NSData+Extension.swift:23:17 @objc public dynamic func checksum() -> UInt16
8.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/SHA2.swift:102:22 private func resultingArray<T>(hh: [T]) -> ArraySlice<T>
8.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:36:17 public func crc32(seed: UInt32? = default) -> String
7.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:63:9 @objc deinit
7.8ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:40:17 public func crc16(seed: UInt16? = default) -> String
7.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:53:17 public func authenticate(authenticator: Authenticator) throws -> String
7.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:192:14 private func wordNumber(bytes: ArraySlice<UInt8>) -> UInt32
7.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:223:10 func decryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
7.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:22:9 @objc deinit
6.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Utils.swift:70:6 func xor(a: [UInt8], _ b: [UInt8]) -> [UInt8]
6.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift:19:17 public func decrypt(cipher: Cipher) throws -> String
6.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:341:18 private final func F1(x0: UInt32, _ x1: UInt32, _ x2: UInt32, _ x3: UInt32) -> UInt32
6.8ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:146:18 private final func g(j: Int) -> UInt32
6.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt32Extension.swift:25:24 public static func withBytes(bytes: ArraySlice<UInt8>) -> UInt32
6.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:48:17 public func decrypt(cipher: Cipher) throws -> [UInt8]
6.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/SHA1.swift:98:20 (closure)
6.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:192:18 private final func add(context: Context, c: [UInt8]) -> Bool
6.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt64Extension.swift:15:24 public static func withBytes(bytes: ArraySlice<UInt8>) -> UInt64
6.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift:44:17 public func encrypt(cipher: Cipher) throws -> [UInt8]
6.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Hash.swift:16:17 public func calculate() -> [UInt8]
6.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:89:12 public init(key: [UInt8], iv: [UInt8], blockMode: CipherBlockMode = default) throws
5.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CRC.swift:89:10 final func crc16(message: [UInt8], seed: UInt16? = default) -> UInt16
5.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/NSData+Extension.swift:14:19 internal func appendBytes(arrayOfBytes: [UInt8])
5.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/BitExtension.swift:10:10 func inverted() -> Bit
4.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/SHA2.swift:37:9 init?(rawValue: RawValue)
4.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/IntExtension.swift:38:24 public static func withBytes(bytes: ArraySlice<UInt8>) -> Int
4.8ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:115:17 public final func encrypt(bytes: [UInt8], padding: Padding? = default) throws -> [UInt8]
4.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:162:18 private final func finish(context: Context) -> [UInt8]?
4.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:36:35 final get {}
4.2ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Utils.swift:9:6 func rotateLeft(v: UInt8, _ n: UInt8) -> UInt8
4.2ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Rabbit.swift:174:17 public final func encrypt(bytes: [UInt8]) -> [UInt8]
4.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:57:10 func encryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
4.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/MD5.swift:111:20 (closure)
4.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:174:17 public final func decrypt(bytes: [UInt8], padding: Padding? = default) throws -> [UInt8]
3.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/SHA2.swift:274:44 (closure)
3.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:118:6 func shiftLeft(value: UInt, count: Int) -> UInt
3.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/SHA2.swift:71:32 get {}
3.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/IntExtension.swift:26:5 init(bits: [Bit])
3.4ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:138:6 func shiftLeft(value: Int8, count: Int) -> Int8
3.3ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:134:6 func shiftLeft(value: UInt64, count: Int) -> UInt64
3.2ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/SHA2.swift:191:44 (closure)
3.2ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:284:14 func subWord(word: [UInt8]) -> [UInt8]
3.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt8Extension.swift:30:17 static func withValue(v: UInt64) -> UInt8
2.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/IntExtension.swift:54:27 private mutating func shiftLeft(count: Int) -> Int
2.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:20:20 get {}
2.8ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:146:6 func shiftLeft(value: Int32, count: Int) -> Int32
2.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt8Extension.swift:50:5 init(bits: [Bit])
2.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/SHA2.swift:58:32 get {}
2.6ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:142:6 func shiftLeft(value: Int16, count: Int) -> Int16
2.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/NSData+Extension.swift:91:17 @objc public dynamic func toHexString() -> String
2.3ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:162:24 private final func quarterround(inout a: UInt32, inout _ b: UInt32, inout _ c: UInt32, inout _ d: UInt32)
2.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:150:6 func shiftLeft(value: Int64, count: Int) -> Int64
2.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Authenticator.swift:31:17 public func authenticate(message: [UInt8]) throws -> [UInt8]
1.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/HMAC.swift:29:14 func calculateHash(bytes bytes: [UInt8]) -> [UInt8]?
1.9ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:122:6 func shiftLeft(value: UInt8, count: Int) -> UInt8
1.8ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt64Extension.swift:11:17 public func bytes(totalBytes: Int = default) -> [UInt8]
1.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt32Extension.swift:21:17 public func bytes(totalBytes: Int = default) -> [UInt8]
1.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:126:6 func shiftLeft(value: UInt16, count: Int) -> UInt16
1.7ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CipherBlockMode.swift:68:10 func decryptBlocks(blocks: [[UInt8]], iv: [UInt8]?, cipherOperation: CipherOperationOnBlock) throws -> [UInt8]
1.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Utils.swift:37:6 func reverseBytes(value: UInt32) -> UInt32
1.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Poly1305.swift:95:13 private init?(_ key: [UInt8])
1.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:130:6 func shiftLeft(value: UInt32, count: Int) -> UInt32
1.5ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift:37:17 public final func encrypt(bytes: [UInt8]) throws -> [UInt8]
1.2ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:28:20 get {}
1.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/UInt32Extension.swift:30:24 public static func withBytes(bytes: [UInt8]) -> UInt32
1.1ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/CSArrayType+Extensions.swift:49:17 public func crc32(seed: UInt32? = default) -> [UInt8]
1.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:50:22 final get {}
1.0ms /Users/honzadvorsky/Documents/Buildasaur/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift:50:22 final get {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment