We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7e95fd + 13f79a8 commit 0d100c3Copy full SHA for 0d100c3
src/sha256/SHA256.h
@@ -30,6 +30,8 @@ namespace arduino { namespace sha256 {
30
class SHA256 {
31
public:
32
33
+ static constexpr uint32_t HASH_SIZE = SHA256_DIGEST_SIZE;
34
+
35
inline void begin() {
36
return arduino::sha256::begin(&_ctx);
37
}
0 commit comments