summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sha256.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sha256.h b/include/sha256.h
index 18fba6a..c02eb40 100644
--- a/include/sha256.h
+++ b/include/sha256.h
@@ -18,6 +18,8 @@ public:
SHA256(const std::string&);
+ ~SHA256();
+
// get digest as array of bytes
uint8_t* digest();