Sha256: bbf1ce668c7d38412a5c7351b41da31352f5eba696ed453daaf442e97c225f00
Contents?: true
Size: 390 Bytes
Versions: 9
Compression:
Stored size: 390 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_builtin_h__ #define INCLUDE_hash_builtin_h__ #include "hash/sha.h" #include "rfc6234/sha.h" struct git_hash_sha256_ctx { SHA256Context c; }; #endif
Version data entries
9 entries across 9 versions & 1 rubygems