History log of /dragonfly/sys/crypto/curve25519/curve25519.h (Results 1 – 2 of 2)
Revision Date Author Comments
# a163f8c4 17-Nov-2023 Aaron LI <aly@aaronly.me>

crypto: Adjust curve25519 and hook to build

- Fix header inclusions.
- Add necessary '__inline' for '__always_inline' to fix build.
- Replace 'letoh32()' with 'le32toh()'.
- Adjust style a bit to be

crypto: Adjust curve25519 and hook to build

- Fix header inclusions.
- Add necessary '__inline' for '__always_inline' to fix build.
- Replace 'letoh32()' with 'le32toh()'.
- Adjust style a bit to be more consistent.

show more ...


# 94a56eda 17-Nov-2023 Aaron LI <aly@aaronly.me>

crypto: Import Curve25519 implementation from OpenBSD

Required by the in-kernel WireGuard VPN.