File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 15
15
add_library (_CryptoExtras
16
16
"ChaCha20CTR/BoringSSL/ChaCha20CTR_boring.swift"
17
17
"ChaCha20CTR/ChaCha20CTR.swift"
18
+ "ECToolbox/BoringSSL/ECToolbox_boring.swift"
19
+ "ECToolbox/ECToolbox.swift"
20
+ "H2G/HashToField.swift"
18
21
"Key Derivation/KDF.swift"
19
22
"Key Derivation/PBKDF2/BoringSSL/PBKDF2_boring.swift"
20
23
"Key Derivation/PBKDF2/BoringSSL/PBKDF2_commoncrypto.swift"
21
24
"Key Derivation/PBKDF2/PBKDF2.swift"
22
25
"Key Derivation/Scrypt/BoringSSL/Scrypt_boring.swift"
23
26
"Key Derivation/Scrypt/Scrypt.swift"
27
+ "OPRFs/OPRF.swift"
28
+ "OPRFs/OPRFClient.swift"
29
+ "OPRFs/OPRFServer.swift"
30
+ "OPRFs/VOPRF+API.swift"
31
+ "OPRFs/VOPRFClient.swift"
32
+ "OPRFs/VOPRFServer.swift"
24
33
"RSA/RSA+BlindSigning.swift"
25
34
"RSA/RSA.swift"
26
35
"RSA/RSA_boring.swift"
@@ -32,7 +41,8 @@ add_library(_CryptoExtras
32
41
"Util/I2OSP.swift"
33
42
"Util/PEMDocument.swift"
34
43
"Util/PrettyBytes.swift"
35
- "Util/SubjectPublicKeyInfo.swift" )
44
+ "Util/SubjectPublicKeyInfo.swift"
45
+ "ZKPs/DLEQ.swift" )
36
46
37
47
target_include_directories (_CryptoExtras PRIVATE
38
48
$< TARGET_PROPERTY:CCryptoBoringSSL,INCLUDE_DIRECTORIES>
You can’t perform that action at this time.
0 commit comments