xref: /aosp_15_r20/external/vboot_reference/firmware/include/vb2_sha.h (revision 8617a60d3594060b7ecbd21bc622a7c14f3cf2bc)
1 /* Copyright 2019 The ChromiumOS Authors
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file.
4  *
5  * This header may be imported to expose vboot SHA implementation.
6  */
7 
8 #ifndef VBOOT_REFERENCE_VB2_SHA_H_
9 #define VBOOT_REFERENCE_VB2_SHA_H_
10 
11 #include "../2lib/include/2sha.h"
12 
13 #endif  /* VBOOT_REFERENCE_VB2_SHA_H_ */
14