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

Version Path
rugged-1.9.0 vendor/libgit2/src/util/hash/builtin.h
rugged-1.7.2 vendor/libgit2/src/util/hash/builtin.h
rugged-1.6.5 vendor/libgit2/src/util/hash/builtin.h
rugged-1.7.1 vendor/libgit2/src/util/hash/builtin.h
rugged-1.6.3 vendor/libgit2/src/util/hash/builtin.h
rugged-1.6.2 vendor/libgit2/src/util/hash/builtin.h
rugged-1.5.1 vendor/libgit2/src/util/hash/builtin.h
rugged-1.5.0.1 vendor/libgit2/src/util/hash/builtin.h
rugged-1.5.0 vendor/libgit2/src/util/hash/builtin.h