mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:18:13 +00:00
LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms
This new operation is immediately used in several existing algorithms.
This commit is contained in:
parent
f4e6f58cc6
commit
5071989545
10 changed files with 151 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue