summaryrefslogtreecommitdiff
path: root/src/hashFFI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hashFFI.h')
-rw-r--r--src/hashFFI.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hashFFI.h b/src/hashFFI.h
index a454b99..500a5e7 100644
--- a/src/hashFFI.h
+++ b/src/hashFFI.h
@@ -22,8 +22,14 @@ extern "C" {
#include <urweb/urweb_cpp.h>
uw_Basis_string uw_HashFFI_md5(struct uw_context*, const uw_Basis_blob);
+
uw_Basis_string uw_HashFFI_sha1(struct uw_context*, const uw_Basis_blob);
+uw_Basis_string uw_HashFFI_sha224(struct uw_context*, const uw_Basis_blob);
+uw_Basis_string uw_HashFFI_sha256(struct uw_context*, const uw_Basis_blob);
+uw_Basis_string uw_HashFFI_sha384(struct uw_context*, const uw_Basis_blob);
+uw_Basis_string uw_HashFFI_sha512(struct uw_context*, const uw_Basis_blob);
+
#ifdef __cplusplus
}
#endif