Crypto++  5.6.4
Free C++ class library of cryptographic schemes
Public Types | List of all members
P1363_EMSA2 Struct Reference

EMSA2, for use with RWSS and RSA_ISO. More...

+ Inheritance diagram for P1363_EMSA2:

Public Types

typedef EMSA2Pad SignatureMessageEncodingMethod
 

Detailed Description

EMSA2, for use with RWSS and RSA_ISO.

Only the following hash functions are supported by this signature standard:

// EMSA2HashId can be instantiated with the following classes.
class SHA1;
class RIPEMD160;
class RIPEMD128;
class SHA256;
class SHA384;
class SHA512;
class Whirlpool;
class SHA224;
// end of list

Definition at line 81 of file emsa2.h.


The documentation for this struct was generated from the following file:
RIPEMD128
Definition: ripemd.h:35
SHA1
SHA-1
Definition: sha.h:22
SHA512
implements the SHA-512 standard
Definition: sha.h:57
RIPEMD160
RIPEMD-160
Definition: ripemd.h:16
Whirlpool
Whirlpool
Definition: whrlpool.h:11
SHA224
implements the SHA-224 standard
Definition: sha.h:45
SHA384
implements the SHA-384 standard
Definition: sha.h:66
SHA256
implements the SHA-256 standard
Definition: sha.h:33