style
This commit is contained in:
parent
f4fe636cb0
commit
cce9af76e3
@ -26,8 +26,8 @@
|
|||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
|
|
||||||
namespace util {
|
//-----------------------------------------------------------------------------
|
||||||
namespace hash {
|
namespace util { namespace hash {
|
||||||
class SHA1 {
|
class SHA1 {
|
||||||
public:
|
public:
|
||||||
typedef std::array<uint8_t,20> digest_t;
|
typedef std::array<uint8_t,20> digest_t;
|
||||||
@ -58,7 +58,6 @@ namespace util {
|
|||||||
uint32_t W[16 +64 ];
|
uint32_t W[16 +64 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
} }
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user