CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/11/08 10:07:17
Modified files: lib/libcrypto/curve25519: curve25519.c curve25519_internal.h Log message: Refactor/split ED25519_keypair. This brings in ED25519_keypair_from_seed() from BoringSSL commit c034e2d3ce16, which ED25519_keypair then wraps. This reduces differences between us and BoringSSL.