Improved ID-based Proxy Signature Scheme with Message Recovery
Improved version provided by Caixue Zhou of the Singh and Verma’s proxy signature scheme with message recovery.
Loading...
Searching...
No Matches
IdSignature.h
1
8#ifndef MAIN_H
9#define MAIN_H
10
11#include <stdio.h>
12#include <stdlib.h>
13#include <getopt.h>
14#include <unistd.h>
15
16#ifdef __cplusplus
17extern "C"
18{
19#endif
20
21#include "define.h"
22#include "sv-scheme.h"
23#include "imp-sv-scheme.h"
24#include "shared.h"
25#include "data.h"
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif
Header file containing the data structures used by the scheme and the functions used to manage them.
Header file containing some utility macros and constants.
Header file containing the functions to implement the improved SV-Scheme.
Header file containing the functions used by both scheme's implementations.
Header file containing the functions to implement the base SV-Scheme.