Skip to content

Commit 0807220

Browse files
cmake: Update CMakeLists
1 parent aa6c637 commit 0807220

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Sources/_CryptoExtras/CMakeLists.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,21 @@
1515
add_library(_CryptoExtras
1616
"ChaCha20CTR/BoringSSL/ChaCha20CTR_boring.swift"
1717
"ChaCha20CTR/ChaCha20CTR.swift"
18+
"ECToolbox/BoringSSL/ECToolbox_boring.swift"
19+
"ECToolbox/ECToolbox.swift"
20+
"H2G/HashToField.swift"
1821
"Key Derivation/KDF.swift"
1922
"Key Derivation/PBKDF2/BoringSSL/PBKDF2_boring.swift"
2023
"Key Derivation/PBKDF2/BoringSSL/PBKDF2_commoncrypto.swift"
2124
"Key Derivation/PBKDF2/PBKDF2.swift"
2225
"Key Derivation/Scrypt/BoringSSL/Scrypt_boring.swift"
2326
"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"
2433
"RSA/RSA+BlindSigning.swift"
2534
"RSA/RSA.swift"
2635
"RSA/RSA_boring.swift"
@@ -32,7 +41,8 @@ add_library(_CryptoExtras
3241
"Util/I2OSP.swift"
3342
"Util/PEMDocument.swift"
3443
"Util/PrettyBytes.swift"
35-
"Util/SubjectPublicKeyInfo.swift")
44+
"Util/SubjectPublicKeyInfo.swift"
45+
"ZKPs/DLEQ.swift")
3646

3747
target_include_directories(_CryptoExtras PRIVATE
3848
$<TARGET_PROPERTY:CCryptoBoringSSL,INCLUDE_DIRECTORIES>

0 commit comments

Comments
 (0)