aboutsummaryrefslogtreecommitdiff
path: root/networking/tls_fe.h
blob: bd2f2b3dac443365627c551ca923b7b9c6b8829c (plain)
1
2
3
4
5
6
7
/*
 * Copyright (C) 2018 Denys Vlasenko
 *
 * Licensed under GPLv2, see file LICENSE in this source tree.
 */
#define CURVE25519_KEYSIZE 32
void curve25519(uint8_t *result, const uint8_t *e, const uint8_t *q);