busybox/networking/tls_fe.h
<<
>>
Prefs
   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
   7void curve25519(uint8_t *result, const uint8_t *e, const uint8_t *q) FAST_FUNC;
   8