From 32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 27 Nov 2019 20:34:58 +0100 Subject: Reorganize files, implement proper main. --- pyecsca/codegen/hash/hash.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyecsca/codegen/hash/hash.h') 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 -- cgit v1.3.1