Base class for a crypto algorithm implementation. More...
#include <userver/crypto/basic_types.hpp>
Public Member Functions | |
NamedAlgo (std::string name) | |
const std::string & | Name () const |
Base class for a crypto algorithm implementation.
Definition at line 31 of file basic_types.hpp.