Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
0f1b56ba
Commit
0f1b56ba
authored
Mar 26, 2010
by
Niels Möller
Browse files
New file.
Rev: nettle/nettle-meta.h:1.5 Rev: nettle/sha224-meta.c:1.1
parent
0f51b4d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
nettle-meta.h
View file @
0f1b56ba
...
...
@@ -137,6 +137,7 @@ extern const struct nettle_hash nettle_md2;
extern
const
struct
nettle_hash
nettle_md4
;
extern
const
struct
nettle_hash
nettle_md5
;
extern
const
struct
nettle_hash
nettle_sha1
;
extern
const
struct
nettle_hash
nettle_sha224
;
extern
const
struct
nettle_hash
nettle_sha256
;
extern
const
struct
nettle_hash
nettle_sha384
;
extern
const
struct
nettle_hash
nettle_sha512
;
...
...
sha224-meta.c
0 → 100644
View file @
0f1b56ba
/* sha224-meta.c */
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002, 2010 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
* The nettle library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
#if HAVE_CONFIG_H
# include "config.h"
#endif
#include
"nettle-meta.h"
#include
"sha.h"
const
struct
nettle_hash
nettle_sha224
=
_NETTLE_HASH
(
sha224
,
SHA224
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment