BeeCrypt 4.2.1
Data Structures | Functions
dlpk.h File Reference

Discrete Logarithm public key, headers. More...

#include "beecrypt/dldp.h"
Include dependency graph for dlpk.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dlpk_p
 

Functions

int dlpk_pInit (dlpk_p *)
 
int dlpk_pFree (dlpk_p *)
 
int dlpk_pCopy (dlpk_p *, const dlpk_p *)
 
int dlpk_pEqual (const dlpk_p *, const dlpk_p *)
 
int dlpk_pgoqValidate (const dlpk_p *, randomGeneratorContext *, int cofactor)
 
int dlpk_pgonValidate (const dlpk_p *, randomGeneratorContext *)
 

Detailed Description

Discrete Logarithm public key, headers.

Author
Bob Deblier bob.d.nosp@m.ebli.nosp@m.er@te.nosp@m.lene.nosp@m.t.be

Function Documentation

◆ dlpk_pCopy()

int dlpk_pCopy ( dlpk_p * ,
const dlpk_p *  )

◆ dlpk_pEqual()

int dlpk_pEqual ( const dlpk_p * ,
const dlpk_p *  )

◆ dlpk_pFree()

int dlpk_pFree ( dlpk_p * )

◆ dlpk_pgonValidate()

int dlpk_pgonValidate ( const dlpk_p * ,
randomGeneratorContext *  )

◆ dlpk_pgoqValidate()

int dlpk_pgoqValidate ( const dlpk_p * ,
randomGeneratorContext * ,
int cofactor )

◆ dlpk_pInit()

int dlpk_pInit ( dlpk_p * )