Botan

OAEP

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

class  OAEP: botan.pk_pad.eme.EME;

 OAEP (called EME1 in IEEE 1363 and in earlier versions of the library)


this(HashFunction hash, in string P = "");

Parameters
HashFunction hash object to use for hashing (takes ownership)
string P an optional label. Normally empty.