Botan

EMSA/EME Retrieval

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

EMSA  getEmsa(in string algo_spec);

Factory method for EMSA (message-encoding methods for signatures with appendix) objects

Parameters
string algo_spec the name of the EME to create
Returns
pointer to newly allocated object of that type

EME  getEme(in string algo_spec);

Factory method for EME (message-encoding methods for encryption) objects

Parameters
string algo_spec the name of the EME to create
Returns
pointer to newly allocated object of that type