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 5d6fa2b commit ac91c01Copy full SHA for ac91c01
hashing/sha1.cpp
@@ -32,7 +32,7 @@
32
#include <algorithm> /// For std::copy
33
#include <array> /// For std::array
34
#include <cassert> /// For assert
35
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
36
#include <cstring> /// For std::memcopy
37
#include <iostream> /// For IO operations
38
#include <string> /// For strings
0 commit comments