Cerberus/x25519_handshake.hpp
wheelchairy 118875234a upd
2025-01-28 22:33:54 +03:00

7 lines
176 B
C++

#pragma once
#include <cstdint>
#include "config.hpp"
void x25519GenerateEphemeral(AppConfig &config);
void x25519ComputeShared(AppConfig &config,const uint8_t otherPub[32]);