blob: 5c387dcd061f3f7ed9002fec323d6b43d015d107 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* 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);
/* Local Variables: */
/* c-file-style: "stroustrup" */
/* End: */
|