mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms
This new operation is immediately used in several existing algorithms.
This commit is contained in:
@@ -65,6 +65,7 @@ public:
|
||||
size_t trimmed_length() const;
|
||||
|
||||
void clamp_to_trimmed_length();
|
||||
void resize_with_leading_zeros(size_t num_words);
|
||||
|
||||
UnsignedBigInteger plus(const UnsignedBigInteger& other) const;
|
||||
UnsignedBigInteger minus(const UnsignedBigInteger& other) const;
|
||||
|
||||
Reference in New Issue
Block a user