diff options
Diffstat (limited to 'src/gen/gp.h')
| -rw-r--r-- | src/gen/gp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gen/gp.h b/src/gen/gp.h index c0ee1af..2f2f59d 100644 --- a/src/gen/gp.h +++ b/src/gen/gp.h @@ -16,4 +16,14 @@ */ GENERATOR(gp_gen); +/** + * @brief + * @param curve + * @param cfg + * @param args + * @param state + * @return + */ +CHECK(gp_check); + #endif // ECGEN_GP_H |
