Implementation of Shamir's trick (working in progress).
[crypto_lab3.git] / src / lab3.qbs
index 148f7b4..cbe3dcd 100644 (file)
@@ -4,7 +4,7 @@ Product {
    name: "lab3"
    type: "application"
 
-   files: ["main.cpp", "Rand.h", "Rand.cpp", "Rsa.h", "Rsa.cpp", "RsaStd.h", "RsaStd.cpp", "RsaCrt.h", "RsaCrt.cpp", "Utils.h", "Utils.cpp", "Tests.h", "Tests.cpp"]
+   files: ["main.cpp", "Rand.h", "Rand.cpp", "Rsa.h", "Rsa.cpp", "RsaStd.h", "RsaStd.cpp", "RsaCrt.h", "RsaCrt.cpp", "RsaCrtShamirsTrick.h", "RsaCrtShamirsTrick.cpp", "Utils.h", "Utils.cpp", "Tests.h", "Tests.cpp"]
 
    cpp.commonCompilerFlags: ["-std=c++11"]
    cpp.staticLibraries: ["gmp", "gmpxx"]