c4e_dlc_dh.h File Reference

(Version 560)

Diffie-Hellman shared secret computation in discrete logarithm (DL) domain. More...

#include "c4e_dlc.h"
Include dependency graph for c4e_dlc_dh.h:

Go to the source code of this file.

Defines

#define C4E_DLC_DH_TMPID_STD
 Temp. space qualifier associated with c4e_dlc_dh_std().
#define C4E_DLC_DH_TMPID_TLS
 Temp. space qualifier associated with c4e_dlc_dh_tls().
#define C4E_DLC_DH_TMPID_MAX
 Temp. space qualifier applicable to all DH functions over prime field $ \mathbb{F}_p $.

Functions

C4eArchSize c4e_dlc_dh_std (C4eDlcDomain *C4E_RESTRICT dom, C4E_CONST C4eElement *C4E_RESTRICT d, C4eArchDigit tmp[C4E_RESTRICT], C4eElement *C4E_RESTRICT e, C4eArchUint8 *C4E_RESTRICT secret)
 "Standard" Diffie-Hellman shared secret computation in DL domain (according to PKCS #3, IEEE Std 1363, ANSI X9.42, ISO 11770-3, NIST SP800-56A, RFC 2631, etc).
C4eArchSize c4e_dlc_dh_tls (C4eDlcDomain *C4E_RESTRICT dom, C4E_CONST C4eElement *C4E_RESTRICT d, C4eArchDigit tmp[C4E_RESTRICT], C4eElement *C4E_RESTRICT e, C4eArchUint8 *C4E_RESTRICT secret)
 Diffie-Hellman shared secret computation according to SSL/TLS.

Detailed Description

Diffie-Hellman shared secret computation in discrete logarithm (DL) domain.

Author:
Copyright (C) 2014, 2015 Ralf Hoppe <ralf.hoppe@ieee.org>
Version:
Id
c4e_dlc_dh.h 560 2015-05-04 19:48:02Z ralf

Definition in file c4e_dlc_dh.h.