#include "yac_crypto_provider.hpp"


Public Member Functions | |
| virtual bool | verify (const std::vector< VoteMessage > &msg)=0 |
| virtual VoteMessage | getVote (YacHash hash)=0 |
| virtual | ~YacCryptoProvider ()=default |
|
virtualdefault |
|
pure virtual |
Generate vote for provided hash;
| hash | - hash for signing |
Implemented in iroha::consensus::yac::CryptoProviderImpl.
|
pure virtual |
Verify signatory of message
| msg | - for verification |
Implemented in iroha::consensus::yac::CryptoProviderImpl.