aboutsummaryrefslogtreecommitdiff
path: root/networking/tls_fe.h
blob: fe8cff2288b60f984037f1e5d67ac11f42c0b619 (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) FAST_FUNC;