Botan

X9.31 EMSA

License
Botan is released under the Simplified BSD License (see LICENSE.md)

class  EMSAX931: botan.pk_pad.emsa.EMSA;

EMSA from X9.31 (EMSA2 in IEEE 1363) Useful for Rabin-Williams, also sometimes used with RSA in odd protocols.


this(HashFunction hash);

Parameters
HashFunction hash the hash object to use