summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypto/Curves
AgeCommit message (Expand)Author
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-03-04AK+LibCrypto: Delete 64x64 wide multiplication workaroundsDan Klishch
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-05-12LibCrypto: Add Ed25519stelar7
2022-05-12LibCrypto: Move Curve25519 related code into separate filestelar7
2022-03-20LibCrypto: Move all elliptic curve private methods into .cppMichiel Visser
2022-03-20LibCrypto+LibTLS: Add SECP256r1 support to LibTLSMichiel Visser
2022-03-20LibCrypto+LibTLS: Generalize the elliptic curve interfaceMichiel Visser
2022-03-18LibCrypto: Implement the SECP256r1 elliptic curveMichiel Visser
2022-03-09LibCrypto: Add curve X448stelar7
2022-02-18LibCrypto: Add curve x25519stelar7