mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:01:00 +00:00
Problem: - Static variables take memory and can be subject to less optimization (https://serenityos.godbolt.org/z/7EYebr1aa) - This static variable is only used in 1 place. Solution: - Move the variable into the function and make it non-static. |
||
|---|---|---|
| .. | ||
| ASN1 | ||
| Authentication | ||
| BigInt | ||
| Checksum | ||
| Cipher | ||
| Hash | ||
| NumberTheory | ||
| PK | ||
| CMakeLists.txt | ||
| Verification.h | ||