Fabcoin Core  0.16.2
P2P Digital Currency
Classes
pssr.h File Reference

Classes for probablistic signature schemes. More...

#include "cryptlib.h"
#include "pubkey.h"
#include "emsa2.h"
Include dependency graph for pssr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PSSR_MEM_Base
 PSSR Message Encoding Method interface. More...
 
class  PSSR_MEM_BaseWithHashId< USE_HASH_ID >
 PSSR Message Encoding Method with Hash Identifier. More...
 
class  PSSR_MEM_BaseWithHashId< true >
 PSSR Message Encoding Method with Hash Identifier. More...
 
class  PSSR_MEM_BaseWithHashId< false >
 PSSR Message Encoding Method without Hash Identifier. More...
 
class  PSSR_MEM< ALLOW_RECOVERY, MGF, SALT_LEN, MIN_PAD_LEN, USE_HASH_ID >
 PSSR Message Encoding Method. More...
 
struct  PSSR
 Probabilistic Signature Scheme with Recovery. More...
 
struct  PSS
 Probabilistic Signature Scheme with Appendix. More...
 

Detailed Description

Classes for probablistic signature schemes.

Definition in file pssr.h.