Electroneum
Functions
fe_frombytes.c File Reference
#include "fe.h"
#include "crypto_int64.h"
#include "crypto_uint64.h"
Include dependency graph for fe_frombytes.c:

Functions

static crypto_uint64 load_3 (const unsigned char *in)
 
static crypto_uint64 load_4 (const unsigned char *in)
 
void fe_frombytes (fe h, const unsigned char *s)
 

Function Documentation

◆ fe_frombytes()

void fe_frombytes ( fe  h,
const unsigned char *  s 
)

◆ load_3()

static crypto_uint64 load_3 ( const unsigned char *  in)
static

◆ load_4()

static crypto_uint64 load_4 ( const unsigned char *  in)
static