diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-28 15:48:59 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-28 15:48:59 +0100 |
| commit | a4a912873058e50060561c21e965b4fec1d9b08b (patch) | |
| tree | 564432cf3f760483a9acfa64f109f5f42be469c1 /libcmix-crypto/groupelement.h | |
| parent | b8d2fe28870d1f54aad1fd9fce04e57caa85ba0b (diff) | |
| download | cmix-a4a912873058e50060561c21e965b4fec1d9b08b.tar.gz cmix-a4a912873058e50060561c21e965b4fec1d9b08b.tar.bz2 cmix-a4a912873058e50060561c21e965b4fec1d9b08b.zip | |
Cleans up and documents the whole cmix protocol.
Diffstat (limited to 'libcmix-crypto/groupelement.h')
| -rw-r--r-- | libcmix-crypto/groupelement.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcmix-crypto/groupelement.h b/libcmix-crypto/groupelement.h index 60c6b21..353e525 100644 --- a/libcmix-crypto/groupelement.h +++ b/libcmix-crypto/groupelement.h @@ -4,6 +4,13 @@ extern "C" { #endif +/*! + * \file + */ + +/*! + * \brief GroupElement Token te represent group elements. + */ typedef void* GroupElement; #ifdef __cplusplus |
