|
||||
File indexing completed on 2025-01-18 10:02:16
0001 /* sha.h 0002 0003 This file is deprecated, and provided only for backwards 0004 compatibility with earlier versions of Nettle. Please use sha1.h 0005 and/or sha2.h instead. 0006 0007 Copyright (C) 2001 Niels Möller 0008 0009 This file is part of GNU Nettle. 0010 0011 GNU Nettle is free software: you can redistribute it and/or 0012 modify it under the terms of either: 0013 0014 * the GNU Lesser General Public License as published by the Free 0015 Software Foundation; either version 3 of the License, or (at your 0016 option) any later version. 0017 0018 or 0019 0020 * the GNU General Public License as published by the Free 0021 Software Foundation; either version 2 of the License, or (at your 0022 option) any later version. 0023 0024 or both in parallel, as here. 0025 0026 GNU Nettle is distributed in the hope that it will be useful, 0027 but WITHOUT ANY WARRANTY; without even the implied warranty of 0028 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0029 General Public License for more details. 0030 0031 You should have received copies of the GNU General Public License and 0032 the GNU Lesser General Public License along with this program. If 0033 not, see http://www.gnu.org/licenses/. 0034 */ 0035 0036 #ifndef NETTLE_SHA_H_INCLUDED 0037 #define NETTLE_SHA_H_INCLUDED 0038 0039 #include "sha1.h" 0040 #include "sha2.h" 0041 0042 #endif /* NETTLE_SHA_H_INCLUDED */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |