index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCrypto
/
BigInt
/
UnsignedBigInteger.cpp
Age
Commit message (
Expand
)
Author
2020-07-31
LibCrypto: Do not trim leading zeros in export_data by default
AnotherTest
2020-07-27
LibCrypto: Change [XXX]BigInteger::export_data() to use Span.
asynts
2020-07-25
LibCrypto: Optimize UnsignedBigInteger import_data/export_data
Tom
2020-06-07
LibCrypto: Add bitwise operations (and/or/xor)
AnotherTest
2020-06-07
LibCrypto: Fix to_base10() for zero-value BigIntegers
Linus Groh
2020-05-07
LibCrypto: Cache the "trimmed length" of UnsignedBigIntegers
Andreas Kling
2020-05-03
LibCrypto: Manage vector sizing manually in performance-critical places
Andreas Kling
2020-05-03
LibCrypto: Added BigInteger 'division by u16' operator
DexesTTP
2020-05-03
LibCrypto: Added static non-allocating UnsignedBigInteger operators
DexesTTP
2020-05-03
LibCrypto: Small fixes in BigInteger & test-crypto
DexesTTP
2020-05-02
LibCrypto: Make UnsignedBigInteger as fast as architecturally possible
AnotherTest
2020-05-02
LibCrypto: Rename UnsignedBigInteger APIs to match their actions
AnotherTest
2020-05-02
LibCrypto: Preallocate capacity and cache trimmed_length() in UnsignedBigInteger
AnotherTest
2020-05-02
LibCrypto: Add ::import_data() and ::export_data() to UnsignedBigInteger
AnotherTest
2020-05-02
LibCrypto: Add base-10 string de/serialization methods for bigint
Itamar
2020-05-02
LibCrypto: Fix bug in big int subtraction
Itamar
2020-05-02
LibCrypto: Add UnsignedBigInteger division
Itamar
2020-05-02
LibCrypto: Add UnsignedBigInteger multiplication
Itamar
2020-05-02
LibCrypto: Fix a bug in big int addition
Itamar
2020-05-02
LibCrypto: Add UnsignedBigInteger subtraction and comparison
Itamar
2020-05-02
LibCrypto: Add UnsignedBigInteger and implement addition
Itamar