Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make X25519_public_from_private() internally reachable. | jsing | 2022-11-09 | 2 | -5/+8 |
* | Rename public_value to public_key for consistency. | jsing | 2022-11-09 | 1 | -9/+9 |
* | Rework ED25519 API. | jsing | 2022-11-09 | 3 | -45/+40 |
* | Refactor/split ED25519_keypair. | jsing | 2022-11-08 | 2 | -16/+24 |
* | 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 | 2 | -15/+44 |
* | Change second argument of x25519_ge_scalarmult_base() from | tb | 2022-02-08 | 1 | -2/+2 |
* | $OpenBSD$ | tb | 2019-05-11 | 4 | -0/+4 |
* | Define X25519_KEY_LENGTH and use it so we have fewer magic numbers. | jsing | 2016-12-17 | 2 | -6/+12 |
* | Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbols | guenther | 2016-11-07 | 1 | -6/+2 |
* | 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 | 4 | -0/+5130 |