summaryrefslogtreecommitdiff
path: root/fticks_hashmac.h
blob: 2c031e12748309514ca5bec32ff5932a002f44bb (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright (C) 2011 NORDUnet A/S
 * See LICENSE for information about licensing.
 */

#include <stdint.h>
#include <stddef.h>

int fticks_hashmac(const uint8_t *in,
		   const uint8_t *key,
		   size_t out_len,
		   uint8_t *out);