httpd: do not set alarm() timeout if we read cached header
[oweals/busybox.git] / networking / tls_fe.h
1 /*
2  * Copyright (C) 2018 Denys Vlasenko
3  *
4  * Licensed under GPLv2, see file LICENSE in this source tree.
5  */
6 #define CURVE25519_KEYSIZE 32
7 void curve25519(uint8_t *result, const uint8_t *e, const uint8_t *q) FAST_FUNC;