Sha256: 6103736ad874a0c54748b70824d48d0e3eee90100833d6c21ca324463cddb164
Contents?: true
Size: 551 Bytes
Versions: 60
Compression:
Stored size: 551 Bytes
Contents
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_hash_generic_h__ #define INCLUDE_hash_generic_h__ #include "hash.h" struct git_hash_ctx { unsigned long long size; unsigned int H[5]; unsigned int W[16]; }; #define git_hash_global_init() 0 #define git_hash_ctx_init(ctx) git_hash_init(ctx) #define git_hash_ctx_cleanup(ctx) #endif /* INCLUDE_hash_generic_h__ */
Version data entries
60 entries across 60 versions & 1 rubygems