\brief The name of the generator \returns the string \a NullRNGs
| 365 | //! \brief The name of the generator |
| 366 | //! \returns the string \a NullRNGs |
| 367 | std::string AlgorithmName() const {return "NullRNG";} |
| 368 | |
| 369 | #if defined(CRYPTOPP_DOXYGEN_PROCESSING) |
| 370 | //! \brief An implementation that throws NotImplemented |
no outgoing calls
no test coverage detected