We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e95fd commit 13f79a8Copy full SHA for 13f79a8
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