tls_fe.h 220 B

1234567
  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;