sha2.h revision 302408
18146Sdufault/*	$FreeBSD: stable/11/lib/libnetbsd/sha2.h 244557 2012-12-21 20:37:38Z brooks $	*/
28146Sdufault
38146Sdufault/*-
476999Sjoerg * Copyright (c) 2012 SRI International
58146Sdufault * All rights reserved.
68146Sdufault *
78146Sdufault * This software was developed by SRI International and the University of
88146Sdufault * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
98146Sdufault * ("CTSRD"), as part of the DARPA CRASH research programme.
108146Sdufault *
118146Sdufault * Redistribution and use in source and binary forms, with or without
128146Sdufault * modification, are permitted provided that the following conditions
138146Sdufault * are met:
148146Sdufault * 1. Redistributions of source code must retain the above copyright
158146Sdufault *    notice, this list of conditions and the following disclaimer.
168146Sdufault * 2. Redistributions in binary form must reproduce the above copyright
178146Sdufault *    notice, this list of conditions and the following disclaimer in the
188146Sdufault *    documentation and/or other materials provided with the distribution.
198146Sdufault *
208146Sdufault * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
218146Sdufault * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
228146Sdufault * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
238146Sdufault * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
248146Sdufault * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
258146Sdufault * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
268146Sdufault * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
278146Sdufault * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
288146Sdufault * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
298146Sdufault * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
308146Sdufault * SUCH DAMAGE.
3164382Skbyanc */
3264382Skbyanc
3364382Skbyanc#ifndef _SHA2_H_
348146Sdufault#define _SHA2_H_
358146Sdufault
3667817Smjacob#include <sha256.h>
3767817Smjacob#include <sha512.h>
3867817Smjacob
3967817Smjacob#endif /* _SHA2_H_ */
4067817Smjacob