aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/hash/hash.h
diff options
context:
space:
mode:
authorJ08nY2019-11-27 20:34:58 +0100
committerJ08nY2019-11-27 20:34:58 +0100
commit32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc (patch)
tree1203a322d7488ef51b4de2d34c6e0c2871ea68a5 /pyecsca/codegen/hash/hash.h
parentbb00fee9702155586e674b9d6a3b838bd54baac2 (diff)
downloadpyecsca-codegen-32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc.tar.gz
pyecsca-codegen-32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc.tar.zst
pyecsca-codegen-32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc.zip
Reorganize files, implement proper main.
Diffstat (limited to 'pyecsca/codegen/hash/hash.h')
-rw-r--r--pyecsca/codegen/hash/hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyecsca/codegen/hash/hash.h b/pyecsca/codegen/hash/hash.h
index 9e79b61..7121cd4 100644
--- a/pyecsca/codegen/hash/hash.h
+++ b/pyecsca/codegen/hash/hash.h
@@ -18,4 +18,6 @@ void hash_init(void *ctx);
void hash_final(void *ctx, int size, const uint8_t *msg, uint8_t *digest);
+void hash_free_ctx(void *ctx);
+
#endif //HASH_H_ \ No newline at end of file