sha2.h revision 256281
12116Sjkh/*	$FreeBSD: stable/10/lib/libnetbsd/sha2.h 244557 2012-12-21 20:37:38Z brooks $	*/
22116Sjkh
32116Sjkh/*-
42116Sjkh * Copyright (c) 2012 SRI International
52116Sjkh * All rights reserved.
62116Sjkh *
72116Sjkh * This software was developed by SRI International and the University of
82116Sjkh * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
92116Sjkh * ("CTSRD"), as part of the DARPA CRASH research programme.
102116Sjkh *
112116Sjkh * Redistribution and use in source and binary forms, with or without
122116Sjkh * modification, are permitted provided that the following conditions
132116Sjkh * are met:
142116Sjkh * 1. Redistributions of source code must retain the above copyright
152116Sjkh *    notice, this list of conditions and the following disclaimer.
162116Sjkh * 2. Redistributions in binary form must reproduce the above copyright
172116Sjkh *    notice, this list of conditions and the following disclaimer in the
182116Sjkh *    documentation and/or other materials provided with the distribution.
192116Sjkh *
202116Sjkh * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
212116Sjkh * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
222116Sjkh * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
232116Sjkh * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
242116Sjkh * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
252116Sjkh * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
262116Sjkh * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
272116Sjkh * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
282116Sjkh * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
292116Sjkh * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
302116Sjkh * SUCH DAMAGE.
312116Sjkh */
322116Sjkh
332116Sjkh#ifndef _SHA2_H_
342116Sjkh#define _SHA2_H_
352116Sjkh
3623577Sbde#include <sha256.h>
37213337Sdim#include <sha512.h>
382116Sjkh
392116Sjkh#endif /* _SHA2_H_ */
402116Sjkh