#include <userver/crypto/signers.hpp>
"none" algorithm signer
Definition at line 34 of file signers.hpp.
Inheritance diagram for crypto::SignerNone:Public Member Functions | |
| std::string | Sign (std::initializer_list< std::string_view > data) const override |
| Signs a raw message, returning the signature. | |
| const std::string & | Name () const |
|
overridevirtual |
Signs a raw message, returning the signature.
Implements crypto::Signer.