diff options
Diffstat (limited to 'src/exhaustive/brainpool.h')
| -rw-r--r-- | src/exhaustive/brainpool.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/exhaustive/brainpool.h b/src/exhaustive/brainpool.h index 188780b..741bf2f 100644 --- a/src/exhaustive/brainpool.h +++ b/src/exhaustive/brainpool.h @@ -9,6 +9,21 @@ #include "misc/types.h" /** + * + * @param s + */ +void brainpool_update_seed(bits_t *s); + +/** + * + * @param s + * @param w + * @param v + * @return + */ +bits_t *brainpool_hash(const bits_t *s, long w, long v); + +/** * @brief * @param hex_str * @return |
