The Wayback Machine - https://web.archive.org/web/20150520171756/http://fossies.org/dox/nettle-3.1.1/curve25519_8h.html
nettle  3.1.1
About: Nettle is a low-level cryptographic library.
  Fossies Dox: nettle-3.1.1.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
curve25519.h File Reference
#include "nettle-types.h"
Include dependency graph for curve25519.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define curve25519_mul_g   nettle_curve25519_mul_g
 
#define curve25519_mul   nettle_curve25519_mul
 
#define CURVE25519_SIZE   32
 

Functions

void curve25519_mul_g (uint8_t *q, const uint8_t *n)
 
void curve25519_mul (uint8_t *q, const uint8_t *n, const uint8_t *p)
 

Macro Definition Documentation

#define curve25519_mul   nettle_curve25519_mul

Definition at line 43 of file curve25519.h.

#define curve25519_mul_g   nettle_curve25519_mul_g

Definition at line 42 of file curve25519.h.

#define CURVE25519_SIZE   32

Definition at line 45 of file curve25519.h.

Referenced by curve25519_mul(), and curve25519_mul_g().

Function Documentation