mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 13:50:58 +00:00
Replace the implementation of maths in `UnsignedBigInteger` and `SignedBigInteger` with LibTomMath. This gives benefits in terms of less code to maintain, correctness and speed. These changes also remove now-unsued methods and improve the error propagation for functions allocating lots of memory. Additionally, the new implementation is always trimmed and won't have dangling zeros when exporting it. |
||
|---|---|---|
| .. | ||
| ASN1.cpp | ||
| ASN1.h | ||
| Constants.h | ||
| DER.cpp | ||
| DER.h | ||
| PEM.cpp | ||
| PEM.h | ||