Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r1.9 and reinstate r1.6 | tb | 2023-04-02 | 1 | -2/+2 |
* | Prevent Ed25519 signature malleability | tb | 2022-11-17 | 1 | -1/+28 |
* | Make X25519_public_from_private() internally reachable. | jsing | 2022-11-09 | 1 | -4/+4 |
* | Rename public_value to public_key for consistency. | jsing | 2022-11-09 | 1 | -9/+9 |
* | Rework ED25519 API. | jsing | 2022-11-09 | 1 | -26/+25 |
* | Refactor/split ED25519_keypair. | jsing | 2022-11-08 | 1 | -15/+20 |
* | Change function argument to reduce differences with BoringSSL. | jsing | 2022-11-08 | 1 | -2/+2 |
* | Remove pointless loops. | jsing | 2022-11-08 | 1 | -13/+1 |
* | Enable Ed25519 internal to libcrypto. | jsing | 2022-11-06 | 1 | -14/+1 |
* | Change second argument of x25519_ge_scalarmult_base() from | tb | 2022-02-08 | 1 | -2/+2 |
* | $OpenBSD$ | tb | 2019-05-11 | 1 | -0/+1 |
* | Define X25519_KEY_LENGTH and use it so we have fewer magic numbers. | jsing | 2016-12-17 | 1 | -3/+5 |
* | Avoid compiling in an unused function. | jsing | 2016-11-06 | 1 | -0/+2 |
* | adjust guards to elide unused Bi array | bcook | 2016-11-06 | 1 | -2/+0 |
* | Add support for X25519. | jsing | 2016-11-05 | 1 | -0/+4932 |