Skip to content

Commit e9c9c22

Browse files
NirmaNicholas Maccharoli
authored andcommitted
remove trailing commas in codebase
1 parent d4a89da commit e9c9c22

29 files changed

+86
-86
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "CryptoSwift",
77
platforms: [
8-
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9),
8+
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9)
99
],
1010
products: [
1111
.library(
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: [
1616
.target(name: "CryptoSwift"),
1717
.testTarget(name: "CryptoSwiftTests", dependencies: ["CryptoSwift"]),
18-
.testTarget(name: "TestsPerformance", dependencies: ["CryptoSwift"]),
18+
.testTarget(name: "TestsPerformance", dependencies: ["CryptoSwift"])
1919
],
2020
swiftLanguageVersions: [.v5]
2121
)

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
targets: [
1313
.target(name: "CryptoSwift"),
1414
.testTarget(name: "Tests", dependencies: ["CryptoSwift"]),
15-
.testTarget(name: "TestsPerformance", dependencies: ["CryptoSwift"]),
15+
.testTarget(name: "TestsPerformance", dependencies: ["CryptoSwift"])
1616
],
1717
swiftLanguageVersions: [.v4, .v4_2]
1818
)

Sources/CryptoSwift/AES.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public final class AES: BlockCipher {
8383
0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a, 0x74, 0xe8, 0xcb, 0x8d, 0x01, 0x02, 0x04,
8484
0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d, 0x9a, 0x2f, 0x5e, 0xbc, 0x63,
8585
0xc6, 0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91, 0x39, 0x72, 0xe4, 0xd3, 0xbd,
86-
0x61, 0xc2, 0x9f, 0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a, 0x74, 0xe8, 0xcb, 0x8d,
86+
0x61, 0xc2, 0x9f, 0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a, 0x74, 0xe8, 0xcb, 0x8d
8787
]
8888

8989
private static let T0: Array<UInt32> = [0xa56363c6, 0x847c7cf8, 0x997777ee, 0x8d7b7bf6, 0xdf2f2ff, 0xbd6b6bd6, 0xb16f6fde, 0x54c5c591, 0x50303060, 0x3010102, 0xa96767ce, 0x7d2b2b56, 0x19fefee7, 0x62d7d7b5, 0xe6abab4d, 0x9a7676ec, 0x45caca8f, 0x9d82821f, 0x40c9c989, 0x877d7dfa, 0x15fafaef, 0xeb5959b2, 0xc947478e, 0xbf0f0fb, 0xecadad41, 0x67d4d4b3, 0xfda2a25f, 0xeaafaf45, 0xbf9c9c23, 0xf7a4a453, 0x967272e4, 0x5bc0c09b, 0xc2b7b775, 0x1cfdfde1, 0xae93933d, 0x6a26264c, 0x5a36366c, 0x413f3f7e, 0x2f7f7f5, 0x4fcccc83, 0x5c343468, 0xf4a5a551, 0x34e5e5d1, 0x8f1f1f9, 0x937171e2, 0x73d8d8ab, 0x53313162, 0x3f15152a, 0xc040408, 0x52c7c795, 0x65232346, 0x5ec3c39d, 0x28181830, 0xa1969637, 0xf05050a, 0xb59a9a2f, 0x907070e, 0x36121224, 0x9b80801b, 0x3de2e2df, 0x26ebebcd, 0x6927274e, 0xcdb2b27f, 0x9f7575ea, 0x1b090912, 0x9e83831d, 0x742c2c58, 0x2e1a1a34, 0x2d1b1b36, 0xb26e6edc, 0xee5a5ab4, 0xfba0a05b, 0xf65252a4, 0x4d3b3b76, 0x61d6d6b7, 0xceb3b37d, 0x7b292952, 0x3ee3e3dd, 0x712f2f5e, 0x97848413, 0xf55353a6, 0x68d1d1b9, 0x0, 0x2cededc1, 0x60202040, 0x1ffcfce3, 0xc8b1b179, 0xed5b5bb6, 0xbe6a6ad4, 0x46cbcb8d, 0xd9bebe67, 0x4b393972, 0xde4a4a94, 0xd44c4c98, 0xe85858b0, 0x4acfcf85, 0x6bd0d0bb, 0x2aefefc5, 0xe5aaaa4f, 0x16fbfbed, 0xc5434386, 0xd74d4d9a, 0x55333366, 0x94858511, 0xcf45458a, 0x10f9f9e9, 0x6020204, 0x817f7ffe, 0xf05050a0, 0x443c3c78, 0xba9f9f25, 0xe3a8a84b, 0xf35151a2, 0xfea3a35d, 0xc0404080, 0x8a8f8f05, 0xad92923f, 0xbc9d9d21, 0x48383870, 0x4f5f5f1, 0xdfbcbc63, 0xc1b6b677, 0x75dadaaf, 0x63212142, 0x30101020, 0x1affffe5, 0xef3f3fd, 0x6dd2d2bf, 0x4ccdcd81, 0x140c0c18, 0x35131326, 0x2fececc3, 0xe15f5fbe, 0xa2979735, 0xcc444488, 0x3917172e, 0x57c4c493, 0xf2a7a755, 0x827e7efc, 0x473d3d7a, 0xac6464c8, 0xe75d5dba, 0x2b191932, 0x957373e6, 0xa06060c0, 0x98818119, 0xd14f4f9e, 0x7fdcdca3, 0x66222244, 0x7e2a2a54, 0xab90903b, 0x8388880b, 0xca46468c, 0x29eeeec7, 0xd3b8b86b, 0x3c141428, 0x79dedea7, 0xe25e5ebc, 0x1d0b0b16, 0x76dbdbad, 0x3be0e0db, 0x56323264, 0x4e3a3a74, 0x1e0a0a14, 0xdb494992, 0xa06060c, 0x6c242448, 0xe45c5cb8, 0x5dc2c29f, 0x6ed3d3bd, 0xefacac43, 0xa66262c4, 0xa8919139, 0xa4959531, 0x37e4e4d3, 0x8b7979f2, 0x32e7e7d5, 0x43c8c88b, 0x5937376e, 0xb76d6dda, 0x8c8d8d01, 0x64d5d5b1, 0xd24e4e9c, 0xe0a9a949, 0xb46c6cd8, 0xfa5656ac, 0x7f4f4f3, 0x25eaeacf, 0xaf6565ca, 0x8e7a7af4, 0xe9aeae47, 0x18080810, 0xd5baba6f, 0x887878f0, 0x6f25254a, 0x722e2e5c, 0x241c1c38, 0xf1a6a657, 0xc7b4b473, 0x51c6c697, 0x23e8e8cb, 0x7cdddda1, 0x9c7474e8, 0x211f1f3e, 0xdd4b4b96, 0xdcbdbd61, 0x868b8b0d, 0x858a8a0f, 0x907070e0, 0x423e3e7c, 0xc4b5b571, 0xaa6666cc, 0xd8484890, 0x5030306, 0x1f6f6f7, 0x120e0e1c, 0xa36161c2, 0x5f35356a, 0xf95757ae, 0xd0b9b969, 0x91868617, 0x58c1c199, 0x271d1d3a, 0xb99e9e27, 0x38e1e1d9, 0x13f8f8eb, 0xb398982b, 0x33111122, 0xbb6969d2, 0x70d9d9a9, 0x898e8e07, 0xa7949433, 0xb69b9b2d, 0x221e1e3c, 0x92878715, 0x20e9e9c9, 0x49cece87, 0xff5555aa, 0x78282850, 0x7adfdfa5, 0x8f8c8c03, 0xf8a1a159, 0x80898909, 0x170d0d1a, 0xdabfbf65, 0x31e6e6d7, 0xc6424284, 0xb86868d0, 0xc3414182, 0xb0999929, 0x772d2d5a, 0x110f0f1e, 0xcbb0b07b, 0xfc5454a8, 0xd6bbbb6d, 0x3a16162c]
@@ -224,7 +224,7 @@ public final class AES: BlockCipher {
224224
UInt8(b0 & 0xff), UInt8((b0 >> 8) & 0xff), UInt8((b0 >> 16) & 0xff), UInt8((b0 >> 24) & 0xff),
225225
UInt8(b1 & 0xff), UInt8((b1 >> 8) & 0xff), UInt8((b1 >> 16) & 0xff), UInt8((b1 >> 24) & 0xff),
226226
UInt8(b2 & 0xff), UInt8((b2 >> 8) & 0xff), UInt8((b2 >> 16) & 0xff), UInt8((b2 >> 24) & 0xff),
227-
UInt8(b3 & 0xff), UInt8((b3 >> 8) & 0xff), UInt8((b3 >> 16) & 0xff), UInt8((b3 >> 24) & 0xff),
227+
UInt8(b3 & 0xff), UInt8((b3 >> 8) & 0xff), UInt8((b3 >> 16) & 0xff), UInt8((b3 >> 24) & 0xff)
228228
]
229229
return encrypted
230230
}
@@ -337,7 +337,7 @@ public final class AES: BlockCipher {
337337
UInt8(b0 & 0xff), UInt8((b0 >> 8) & 0xff), UInt8((b0 >> 16) & 0xff), UInt8((b0 >> 24) & 0xff),
338338
UInt8(b1 & 0xff), UInt8((b1 >> 8) & 0xff), UInt8((b1 >> 16) & 0xff), UInt8((b1 >> 24) & 0xff),
339339
UInt8(b2 & 0xff), UInt8((b2 >> 8) & 0xff), UInt8((b2 >> 16) & 0xff), UInt8((b2 >> 24) & 0xff),
340-
UInt8(b3 & 0xff), UInt8((b3 >> 8) & 0xff), UInt8((b3 >> 16) & 0xff), UInt8((b3 >> 24) & 0xff),
340+
UInt8(b3 & 0xff), UInt8((b3 >> 8) & 0xff), UInt8((b3 >> 16) & 0xff), UInt8((b3 >> 24) & 0xff)
341341
]
342342
return result
343343
}

Sources/CryptoSwift/Blowfish.swift

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class Blowfish {
4444
0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344, 0xa4093822,
4545
0x299f31d0, 0x082efa98, 0xec4e6c89, 0x452821e6, 0x38d01377,
4646
0xbe5466cf, 0x34e90c6c, 0xc0ac29b7, 0xc97c50dd, 0x3f84d5b5,
47-
0xb5470917, 0x9216d5d9, 0x8979fb1b,
47+
0xb5470917, 0x9216d5d9, 0x8979fb1b
4848
]
4949

5050
private let origS: Array<Array<UInt32>> = [
@@ -112,7 +112,7 @@ public final class Blowfish {
112112
0xd60f573f, 0xbc9bc6e4, 0x2b60a476, 0x81e67400,
113113
0x08ba6fb5, 0x571be91f, 0xf296ec6b, 0x2a0dd915,
114114
0xb6636521, 0xe7b9f9b6, 0xff34052e, 0xc5855664,
115-
0x53b02d5d, 0xa99f8fa1, 0x08ba4799, 0x6e85076a,
115+
0x53b02d5d, 0xa99f8fa1, 0x08ba4799, 0x6e85076a
116116
],
117117
[
118118
0x4b7a70e9, 0xb5b32944, 0xdb75092e, 0xc4192623,
@@ -178,7 +178,7 @@ public final class Blowfish {
178178
0x9e447a2e, 0xc3453484, 0xfdd56705, 0x0e1e9ec9,
179179
0xdb73dbd3, 0x105588cd, 0x675fda79, 0xe3674340,
180180
0xc5c43465, 0x713e38d8, 0x3d28f89e, 0xf16dff20,
181-
0x153e21e7, 0x8fb03d4a, 0xe6e39f2b, 0xdb83adf7,
181+
0x153e21e7, 0x8fb03d4a, 0xe6e39f2b, 0xdb83adf7
182182
],
183183
[
184184
0xe93d5a68, 0x948140f7, 0xf64c261c, 0x94692934,
@@ -244,7 +244,7 @@ public final class Blowfish {
244244
0xed545578, 0x08fca5b5, 0xd83d7cd3, 0x4dad0fc4,
245245
0x1e50ef5e, 0xb161e6f8, 0xa28514d9, 0x6c51133c,
246246
0x6fd5c7e7, 0x56e14ec4, 0x362abfce, 0xddc6c837,
247-
0xd79a3234, 0x92638212, 0x670efa8e, 0x406000e0,
247+
0xd79a3234, 0x92638212, 0x670efa8e, 0x406000e0
248248
],
249249
[
250250
0x3a39ce37, 0xd3faf5cf, 0xabc27737, 0x5ac52d1b,
@@ -310,8 +310,8 @@ public final class Blowfish {
310310
0x85cbfe4e, 0x8ae88dd8, 0x7aaaf9b0, 0x4cf9aa7e,
311311
0x1948c25c, 0x02fb8a8c, 0x01c36ae4, 0xd6ebe1f9,
312312
0x90d4f869, 0xa65cdea0, 0x3f09252d, 0xc208e69f,
313-
0xb74e6132, 0xce77e25b, 0x578fdfe3, 0x3ac372e6,
314-
],
313+
0xb74e6132, 0xce77e25b, 0x578fdfe3, 0x3ac372e6
314+
]
315315
]
316316

317317
public init(key: Array<UInt8>, blockMode: BlockMode = CBC(iv: Array<UInt8>(repeating: 0, count: Blowfish.blockSize)), padding: Padding) throws {
@@ -387,19 +387,19 @@ public final class Blowfish {
387387
// because everything is too complex to be solved in reasonable time o_O
388388
result += [
389389
UInt8((l >> 24) & 0xff),
390-
UInt8((l >> 16) & 0xff),
390+
UInt8((l >> 16) & 0xff)
391391
]
392392
result += [
393393
UInt8((l >> 8) & 0xff),
394-
UInt8((l >> 0) & 0xff),
394+
UInt8((l >> 0) & 0xff)
395395
]
396396
result += [
397397
UInt8((r >> 24) & 0xff),
398-
UInt8((r >> 16) & 0xff),
398+
UInt8((r >> 16) & 0xff)
399399
]
400400
result += [
401401
UInt8((r >> 8) & 0xff),
402-
UInt8((r >> 0) & 0xff),
402+
UInt8((r >> 0) & 0xff)
403403
]
404404

405405
return result
@@ -416,19 +416,19 @@ public final class Blowfish {
416416
// because everything is too complex to be solved in reasonable time o_O
417417
result += [
418418
UInt8((l >> 24) & 0xff),
419-
UInt8((l >> 16) & 0xff),
419+
UInt8((l >> 16) & 0xff)
420420
]
421421
result += [
422422
UInt8((l >> 8) & 0xff),
423-
UInt8((l >> 0) & 0xff),
423+
UInt8((l >> 0) & 0xff)
424424
]
425425
result += [
426426
UInt8((r >> 24) & 0xff),
427-
UInt8((r >> 16) & 0xff),
427+
UInt8((r >> 16) & 0xff)
428428
]
429429
result += [
430430
UInt8((r >> 8) & 0xff),
431-
UInt8((r >> 0) & 0xff),
431+
UInt8((r >> 0) & 0xff)
432432
]
433433
return result
434434
}

Sources/CryptoSwift/Checksum.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class Checksum {
4747
0xA00A_E278, 0xD70D_D2EE, 0x4E04_8354, 0x3903_B3C2, 0xA767_2661, 0xD060_16F7, 0x4969_474D, 0x3E6E_77DB,
4848
0xAED1_6A4A, 0xD9D6_5ADC, 0x40DF_0B66, 0x37D8_3BF0, 0xA9BC_AE53, 0xDEBB_9EC5, 0x47B2_CF7F, 0x30B5_FFE9,
4949
0xBDBD_F21C, 0xCABA_C28A, 0x53B3_9330, 0x24B4_A3A6, 0xBAD0_3605, 0xCDD7_0693, 0x54DE_5729, 0x23D9_67BF,
50-
0xB366_7A2E, 0xC461_4AB8, 0x5D68_1B02, 0x2A6F_2B94, 0xB40B_BE37, 0xC30C_8EA1, 0x5A05_DF1B, 0x2D02_EF8D,
50+
0xB366_7A2E, 0xC461_4AB8, 0x5D68_1B02, 0x2A6F_2B94, 0xB40B_BE37, 0xC30C_8EA1, 0x5A05_DF1B, 0x2D02_EF8D
5151
]
5252

5353
private static let table32c: Array<UInt32> = [
@@ -82,7 +82,7 @@ public final class Checksum {
8282
0xE330_A81A, 0x115B_2B19, 0x020B_D8ED, 0xF060_5BEE, 0x24AA_3F05, 0xD6C1_BC06, 0xC591_4FF2, 0x37FA_CCF1,
8383
0x69E9_F0D5, 0x9B82_73D6, 0x88D2_8022, 0x7AB9_0321, 0xAE73_67CA, 0x5C18_E4C9, 0x4F48_173D, 0xBD23_943E,
8484
0xF36E_6F75, 0x0105_EC76, 0x1255_1F82, 0xE03E_9C81, 0x34F4_F86A, 0xC69F_7B69, 0xD5CF_889D, 0x27A4_0B9E,
85-
0x79B7_37BA, 0x8BDC_B4B9, 0x988C_474D, 0x6AE7_C44E, 0xBE2D_A0A5, 0x4C46_23A6, 0x5F16_D052, 0xAD7D_5351,
85+
0x79B7_37BA, 0x8BDC_B4B9, 0x988C_474D, 0x6AE7_C44E, 0xBE2D_A0A5, 0x4C46_23A6, 0x5F16_D052, 0xAD7D_5351
8686
]
8787

8888
private static let table16: Array<UInt16> = [
@@ -117,7 +117,7 @@ public final class Checksum {
117117
0x8801, 0x48C0, 0x4980, 0x8941, 0x4B00, 0x8BC1, 0x8A81, 0x4A40,
118118
0x4E00, 0x8EC1, 0x8F81, 0x4F40, 0x8D01, 0x4DC0, 0x4C80, 0x8C41,
119119
0x4400, 0x84C1, 0x8581, 0x4540, 0x8701, 0x47C0, 0x4680, 0x8641,
120-
0x8201, 0x42C0, 0x4380, 0x8341, 0x4100, 0x81C1, 0x8081, 0x4040,
120+
0x8201, 0x42C0, 0x4380, 0x8341, 0x4100, 0x81C1, 0x8081, 0x4040
121121
]
122122

123123
/// Polynomial: 0xEDB88320 (Reversed) - IEEE

Sources/CryptoSwift/MD5.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public final class MD5: DigestType {
2727
7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22,
2828
5, 9, 14, 20, 5, 9, 14, 20, 5, 9, 14, 20, 5, 9, 14, 20,
2929
4, 11, 16, 23, 4, 11, 16, 23, 4, 11, 16, 23, 4, 11, 16, 23,
30-
6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21,
30+
6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21
3131
]
3232

3333
/** binary integer part of the sines of integers (Radians) */
@@ -47,7 +47,7 @@ public final class MD5: DigestType {
4747
0xf4292244, 0x432aff97, 0xab9423a7, 0xfc93a039,
4848
0x655b59c3, 0x8f0ccc92, 0xffeff47d, 0x85845dd1,
4949
0x6fa87e4f, 0xfe2ce6e0, 0xa3014314, 0x4e0811a1,
50-
0xf7537e82, 0xbd3af235, 0x2ad7d2bb, 0xeb86d391,
50+
0xf7537e82, 0xbd3af235, 0x2ad7d2bb, 0xeb86d391
5151
]
5252

5353
public init() {

Sources/CryptoSwift/Rabbit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class Rabbit: BlockCipher {
5555
0xd34d34d3,
5656
0x34d34d34,
5757
0x4d34d34d,
58-
0xd34d34d3,
58+
0xd34d34d3
5959
]
6060

6161
// MARK: - Initializers

Sources/CryptoSwift/SHA2.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public final class SHA2: DigestType {
118118
0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13, 0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85,
119119
0xa2bfe8a1, 0xa81a664b, 0xc24b8b70, 0xc76c51a3, 0xd192e819, 0xd6990624, 0xf40e3585, 0x106aa070,
120120
0x19a4c116, 0x1e376c08, 0x2748774c, 0x34b0bcb5, 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3,
121-
0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208, 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2,
121+
0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208, 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2
122122
]
123123
case .sha384, .sha512:
124124
accumulatedHash64 = variant.h
@@ -141,7 +141,7 @@ public final class SHA2: DigestType {
141141
0x90befffa23631e28, 0xa4506cebde82bde9, 0xbef9a3f7b2c67915, 0xc67178f2e372532b, 0xca273eceea26619c,
142142
0xd186b8c721c0c207, 0xeada7dd6cde0eb1e, 0xf57d4f7fee6ed178, 0x06f067aa72176fba, 0x0a637dc5a2c898a6,
143143
0x113f9804bef90dae, 0x1b710b35131c471b, 0x28db77f523047d84, 0x32caab7b40c72493, 0x3c9ebe0a15c9bebc,
144-
0x431d67c49c100d4c, 0x4cc5d4becb3e42b6, 0x597f299cfc657e2a, 0x5fcb6fab3ad6faec, 0x6c44198c4a475817,
144+
0x431d67c49c100d4c, 0x4cc5d4becb3e42b6, 0x597f299cfc657e2a, 0x5fcb6fab3ad6faec, 0x6c44198c4a475817
145145
]
146146
}
147147
}

Sources/CryptoSwift/SHA3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public final class SHA3: DigestType {
3030
0x000000000000008a, 0x0000000000000088, 0x0000000080008009, 0x000000008000000a,
3131
0x000000008000808b, 0x800000000000008b, 0x8000000000008089, 0x8000000000008003,
3232
0x8000000000008002, 0x8000000000000080, 0x000000000000800a, 0x800000008000000a,
33-
0x8000000080008081, 0x8000000000008080, 0x0000000080000001, 0x8000000080008008,
33+
0x8000000080008081, 0x8000000000008080, 0x0000000080000001, 0x8000000080008008
3434
]
3535

3636
public let blockSize: Int

Tests/CryptoSwiftTests/AESTestsPerf.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extension AESTestsPerf {
4343
static func allTests() -> [(String, (AESTestsPerf) -> () -> Void)] {
4444
let tests = [
4545
("testAESEncryptPerformance", testAESEncryptPerformance),
46-
("testAESDecryptPerformance", testAESDecryptPerformance),
46+
("testAESDecryptPerformance", testAESDecryptPerformance)
4747
]
4848
return tests
4949
}

0 commit comments

Comments
 (0)