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

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

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