mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:28:11 +00:00
![]() Use Vector::resize_and_keep_capacity() to resize BigInt vectors to just the right size without risking deallocation. Then do direct indexed accesses to the underlying words (or use memset/memcpy.) This gives a ~40% speed-up on the RSA tests in "test-crypto -t pk" :^) |
||
---|---|---|
.. | ||
ASN1 | ||
Authentication | ||
BigInt | ||
Cipher | ||
Hash | ||
NumberTheory | ||
PK | ||
Makefile |