aboutsummaryrefslogtreecommitdiff
path: root/sha3.h
diff options
context:
space:
mode:
Diffstat (limited to 'sha3.h')
-rw-r--r--sha3.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/sha3.h b/sha3.h
index c9b6f44..1937b26 100644
--- a/sha3.h
+++ b/sha3.h
@@ -2352,6 +2352,23 @@ void k12_init(k12_t *k12, const uint8_t *src, const size_t src_len, const uint8_
*/
void k12_squeeze(k12_t *k12, uint8_t *dst, const size_t len);
+/**
+ * @defgroup misc Miscellaneous
+ * @brief Miscellaneous functions.
+ */
+
+/**
+ * @brief Get name of backend.
+ * @ingroup misc
+ *
+ * @note Returns a read-only string which much not be freed by the
+ * caller.
+ *
+ * Example:
+ * @snippet{trimleft} 06-all/all-fns.c sha3_backend
+ */
+const char *sha3_backend(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */