WIP: Fix the Proxy-State issue.
[libradsec.git] / fticks_hashmac.h
1 /* Copyright (c) 2011, NORDUnet A/S */
2 /* See LICENSE for licensing information. */
3
4 #include <stdint.h>
5 #include <stddef.h>
6
7 int fticks_hashmac(const uint8_t *in,
8                    const uint8_t *key,
9                    size_t out_len,
10                    uint8_t *out);
11
12 /* Local Variables: */
13 /* c-file-style: "stroustrup" */
14 /* End: */