Botan
1.11.15
|
#include <point_gfp.h>
Public Member Functions | |
Illegal_Point (const std::string &err="Malformed ECP point detected") |
Exception thrown if some form of illegal point is decoded
Definition at line 32 of file point_gfp.h.
Botan::Illegal_Point::Illegal_Point | ( | const std::string & | err = "Malformed ECP point detected" | ) | [inline] |
Definition at line 34 of file point_gfp.h.
: Exception(err) {}