diff --git a/Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h b/Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h index 44a13a85fa..489cd5c634 100644 --- a/Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h +++ b/Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h @@ -15,7 +15,7 @@ namespace Crypto { struct UnsignedDivisionResult; -constexpr size_t STARTING_WORD_SIZE = 512; +constexpr size_t STARTING_WORD_SIZE = 32; class UnsignedBigInteger { public: