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 d1147c9 commit dce47e0Copy full SHA for dce47e0
README.md
@@ -34,7 +34,7 @@ sha256_read_hex(&buff, hash);
34
printf("%s\n", hash);
35
```
36
## C++
37
-```cpp
+```c
38
std::cout << SHA256::hashString("test") << std::endl;
39
40
SHA256 buff;
0 commit comments