diff options
Diffstat (limited to 'pyecsca/codegen/hash/none.c')
| -rw-r--r-- | pyecsca/codegen/hash/none.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyecsca/codegen/hash/none.c b/pyecsca/codegen/hash/none.c index 79690e8..b40adc3 100644 --- a/pyecsca/codegen/hash/none.c +++ b/pyecsca/codegen/hash/none.c @@ -17,4 +17,8 @@ void hash_init(void *ctx) { void hash_final(void *ctx, int size, const uint8_t *msg, uint8_t *digest) { memcpy(digest, msg, size); +} + +void hash_free_ctx(void *ctx) { + }
\ No newline at end of file |
