summaryrefslogtreecommitdiff
path: root/firmware/include/vb2_sha.h
blob: fe8b2aafe8c4fbd6d9342d18534b3dff20704904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2019 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 *
 * This header may be imported to expose vboot SHA implemenation.
 */

#ifndef VBOOT_REFERENCE_VB2_SHA_H_
#define VBOOT_REFERENCE_VB2_SHA_H_

#include "../2lib/include/2sha.h"

#endif  /* VBOOT_REFERENCE_VB2_SHA_H_ */