aboutsummaryrefslogblamecommitdiffstats
path: root/libkeccak-legacy.h
blob: 7641711392cb30e73d331b006ef50ed49d1ed955 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                                                    
/* See LICENSE file for copyright and license details. */


LIBKECCAK_GCC_ONLY(__attribute__((__deprecated__("Use struct libkeccak_spec instead of libkeccak_spec_t"))))
typedef struct libkeccak_spec libkeccak_spec_t;

LIBKECCAK_GCC_ONLY(__attribute__((__deprecated__("Use struct libkeccak_generalised_spec instead of libkeccak_generalised_spec_t"))))
typedef struct libkeccak_generalised_spec libkeccak_generalised_spec_t;

LIBKECCAK_GCC_ONLY(__attribute__((__deprecated__("Use struct libkeccak_state instead of libkeccak_state_t"))))
typedef struct libkeccak_state libkeccak_state_t;

LIBKECCAK_GCC_ONLY(__attribute__((__deprecated__("Use struct libkeccak_hmac_state instead of libkeccak_hmac_state_t"))))
typedef struct libkeccak_hmac_state libkeccak_hmac_state_t;