- started to implement diffie hellman class

This commit is contained in:
Jan Hutter
2005-11-17 17:22:08 +00:00
parent c1e9c3f697
commit 4750f6c667
10 changed files with 388 additions and 16 deletions
+3 -1
View File
@@ -23,7 +23,6 @@
#ifndef DEFINITIONS_H_
#define DEFINITIONS_H_
#define MAPPING_END (-1)
/**
@@ -53,4 +52,7 @@ struct mapping_s
char *mapping_find(mapping_t *mappings, int value);
#endif /*DEFINITIONS_H_*/