diff options
Diffstat (limited to 'fticks.h')
-rw-r--r-- | fticks.h | 7 |
1 files changed, 7 insertions, 0 deletions
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); |