summaryrefslogtreecommitdiff
path: root/Libraries/LibCrypto/BigInt/UnsignedBigInteger.cpp
AgeCommit message (Expand)Author
2020-07-31LibCrypto: Do not trim leading zeros in export_data by defaultAnotherTest
2020-07-27LibCrypto: Change [XXX]BigInteger::export_data() to use Span.asynts
2020-07-25LibCrypto: Optimize UnsignedBigInteger import_data/export_dataTom
2020-06-07LibCrypto: Add bitwise operations (and/or/xor)AnotherTest
2020-06-07LibCrypto: Fix to_base10() for zero-value BigIntegersLinus Groh
2020-05-07LibCrypto: Cache the "trimmed length" of UnsignedBigIntegersAndreas Kling
2020-05-03LibCrypto: Manage vector sizing manually in performance-critical placesAndreas Kling
2020-05-03LibCrypto: Added BigInteger 'division by u16' operatorDexesTTP
2020-05-03LibCrypto: Added static non-allocating UnsignedBigInteger operatorsDexesTTP
2020-05-03LibCrypto: Small fixes in BigInteger & test-cryptoDexesTTP
2020-05-02LibCrypto: Make UnsignedBigInteger as fast as architecturally possibleAnotherTest
2020-05-02LibCrypto: Rename UnsignedBigInteger APIs to match their actionsAnotherTest
2020-05-02LibCrypto: Preallocate capacity and cache trimmed_length() in UnsignedBigIntegerAnotherTest
2020-05-02LibCrypto: Add ::import_data() and ::export_data() to UnsignedBigIntegerAnotherTest
2020-05-02LibCrypto: Add base-10 string de/serialization methods for bigintItamar
2020-05-02LibCrypto: Fix bug in big int subtractionItamar
2020-05-02LibCrypto: Add UnsignedBigInteger divisionItamar
2020-05-02LibCrypto: Add UnsignedBigInteger multiplicationItamar
2020-05-02LibCrypto: Fix a bug in big int additionItamar
2020-05-02LibCrypto: Add UnsignedBigInteger subtraction and comparisonItamar
2020-05-02LibCrypto: Add UnsignedBigInteger and implement additionItamar