summaryrefslogtreecommitdiff
path: root/networking/tls_fe.h
blob: 2859c9d2d2ddddc707f16bd07016d576881cd271 (plain)
1
2
3
4
5
6
/*
 * Copyright (C) 2018 Denys Vlasenko
 *
 * Licensed under GPLv2, see file LICENSE in this source tree.
 */
void curve25519(uint8_t *result, const uint8_t *e, const uint8_t *q) FAST_FUNC;