summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h')
-rw-r--r--Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h b/Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h
index e37c9e95b4..9b9e191247 100644
--- a/Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h
+++ b/Userland/Libraries/LibCrypto/BigInt/UnsignedBigInteger.h
@@ -99,6 +99,7 @@ public:
bool operator!=(const UnsignedBigInteger& other) const;
bool operator<(const UnsignedBigInteger& other) const;
bool operator>(const UnsignedBigInteger& other) const;
+ bool operator>=(UnsignedBigInteger const& other) const;
private:
friend class UnsignedBigIntegerAlgorithms;