summaryrefslogtreecommitdiff
path: root/lib/libcrypto/curve25519
AgeCommit message (Expand)Author
2023-07-08Hide symbols in curve22519Bob Beck
2023-04-02Revert r1.9 and reinstate r1.6Theo Buehler
2022-11-17Prevent Ed25519 signature malleabilityTheo Buehler
2022-11-13Expose direct access API for Ed25519.Theo Buehler
2022-11-11zap stray space (CRITICAL!)Theo Buehler
2022-11-09Make X25519_public_from_private() internally reachable.Joel Sing
2022-11-09Rename public_value to public_key for consistency.Joel Sing
2022-11-09Rework ED25519 API.Joel Sing
2022-11-08Refactor/split ED25519_keypair.Joel Sing
2022-11-08Change function argument to reduce differences with BoringSSL.Joel Sing
2022-11-08Remove pointless loops.Joel Sing
2022-11-06Enable Ed25519 internal to libcrypto.Joel Sing
2022-02-08Change second argument of x25519_ge_scalarmult_base() fromTheo Buehler
2019-05-11$OpenBSD$Theo Buehler
2016-12-17Define X25519_KEY_LENGTH and use it so we have fewer magic numbers.Joel Sing
2016-11-07Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbolsPhilip Guenther
2016-11-06Avoid compiling in an unused function.Joel Sing
2016-11-06adjust guards to elide unused Bi arrayBrent Cook
2016-11-05Add support for X25519.Joel Sing