Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-03 | LibCrypto: Added BigInteger 'division by u16' operator | DexesTTP | |
2020-05-03 | LibCrypto: Changed ModularFunctions to use non-allocating operations | DexesTTP | |
This change leads to between 10% and 35% performance improvement when executing the RSA decryption method. The main impact is to drastically reduce the number of allocations done in this method from around 50% of the profile hits to less than 2%. | |||
2020-05-02 | LibCrypto: Rename UnsignedBigInteger APIs to match their actions | AnotherTest | |
2020-05-02 | LibCrypto+LibTLS: Reformat everything | AnotherTest | |
I have no idea how I'll squash _this_ one... | |||
2020-05-02 | LibCrypto: Implement RSA in terms of UnsignedBigInteger | AnotherTest | |
This commit also adds enough ASN.1/DER to parse RSA keys |