nil::crypto3::emsa< Scheme, Hash > Struct Template Reference

EMSA, from IEEE 1363s Encoding Method for Signatures, Appendix. More...

#include <emsa.hpp>

+ Inheritance diagram for nil::crypto3::emsa< Scheme, Hash >:
+ Collaboration diagram for nil::crypto3::emsa< Scheme, Hash >:

Public Types

typedef Hash hash_type
 
typedef Scheme scheme_type
 

Detailed Description

template<typename Scheme, typename Hash>
struct nil::crypto3::emsa< Scheme, Hash >

EMSA, from IEEE 1363s Encoding Method for Signatures, Appendix.

Template Parameters
Scheme
Hash

Member Typedef Documentation

◆ hash_type

template<typename Scheme , typename Hash >
typedef Hash nil::crypto3::emsa< Scheme, Hash >::hash_type

◆ scheme_type

template<typename Scheme , typename Hash >
typedef Scheme nil::crypto3::emsa< Scheme, Hash >::scheme_type

The documentation for this struct was generated from the following file: