From 4d22f9e69fd049a4002d86b2d34a3927f9e586fa Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 4 Apr 2011 14:52:57 +0200 Subject: Add fticks.c and fticks.h to the build. --- fticks.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fticks.h (limited to 'fticks.h') diff --git a/fticks.h b/fticks.h new file mode 100644 index 0000000..4098fb5 --- /dev/null +++ b/fticks.h @@ -0,0 +1,7 @@ +/* Copyright (C) 2011 NORDUnet A/S + * See LICENSE for information about licensing. + */ +int fticks_hashmac(const uint8_t *in, + const uint8_t *key, + size_t out_len, + uint8_t *out); -- cgit v1.1