mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
This adds a new internal API function (ssh_ecdh_init), similar to how it's done in curve25519 implementation. The new function can be used in hybrid key exchange constructions. Signed-off-by: Pavol Žáčik <pzacik@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>