We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efff87c commit 2d7549bCopy full SHA for 2d7549b
1 file changed
argon2_node.cpp
@@ -69,7 +69,7 @@ class HashWorker final : public Napi::AsyncWorker {
69
using ustring = std::basic_string<uint8_t>;
70
71
Napi::Promise::Deferred deferred;
72
- ustring hash;
+ ustring hash = {};
73
74
ustring plain;
75
ustring salt;
0 commit comments