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