Age | Commit message (Expand) | Author |
---|---|---|
2022-05-12 | LibCrypto: Add Ed25519 | stelar7 |
2022-05-12 | LibCrypto: Move Curve25519 related code into separate file | stelar7 |
2022-03-20 | LibCrypto: Move all elliptic curve private methods into .cpp | Michiel Visser |
2022-03-20 | LibCrypto+LibTLS: Add SECP256r1 support to LibTLS | Michiel Visser |
2022-03-20 | LibCrypto+LibTLS: Generalize the elliptic curve interface | Michiel Visser |
2022-03-18 | LibCrypto: Implement the SECP256r1 elliptic curve | Michiel Visser |
2022-03-09 | LibCrypto: Add curve X448 | stelar7 |
2022-02-18 | LibCrypto: Add curve x25519 | stelar7 |