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 77b352a commit 5a9f49cCopy full SHA for 5a9f49c
src/request_module.cpp
@@ -55,7 +55,7 @@ class RequestModule::RequestModuleImpl {
55
return {};
56
}
57
58
- return sha256_function(salted_data);
+ return _configuration->sha256_function(salted_data);
59
#else
60
unsigned char checksum[SHA256_DIGEST_LENGTH];
61
SHA256_CTX sha256;
0 commit comments