From 48fbf6a88d4822a1e5470cf08f29464511bd72c1 Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Sun, 14 Feb 2021 14:52:18 +0330 Subject: [PATCH] LibCrypto: Don't copy the prime test candidates This was copying a bunch of bigints for no reason. --- Userland/Libraries/LibCrypto/NumberTheory/ModularFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibCrypto/NumberTheory/ModularFunctions.cpp b/Userland/Libraries/LibCrypto/NumberTheory/ModularFunctions.cpp index 2bc7445701..ecccd2c60e 100644 --- a/Userland/Libraries/LibCrypto/NumberTheory/ModularFunctions.cpp +++ b/Userland/Libraries/LibCrypto/NumberTheory/ModularFunctions.cpp @@ -258,7 +258,7 @@ static bool MR_primality_test(UnsignedBigInteger n, const Vector