chiark / gitweb /
base/asm-common.h: Accept condition codes in ARM PIC macros.
[catacomb] / symm / sha384.c
CommitLineData
eee16120 1/* -*-c-*-
eee16120 2 *
3 * Stub code for SHA-384
4 */
5
6#include "ghash.h"
7#include "ghash-def.h"
8#include "hash.h"
9#include "sha384.h"
10
11GHASH_DEF(SHA384, sha384)
12HASH_TEST(SHA384, sha384)