urbackup_backend/urbackupserver/zero_hash.h
2014-11-09 19:48:57 +01:00

10 lines
195 B
C

namespace
{
unsigned char zero_hash[32]={
7, 133, 77, 47, 239, 41, 122, 6,
186, 129, 104, 94, 102, 12, 51, 45,
227, 109, 93, 24, 213, 70, 146, 125,
48, 218, 173, 109, 127, 218, 21, 65
};
}