diff options
author | Linus Nordberg <linus@nordu.net> | 2011-04-04 14:52:57 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-04-04 14:52:57 +0200 |
commit | 4d22f9e69fd049a4002d86b2d34a3927f9e586fa (patch) | |
tree | 85ee8be10889beb99742edf09bdf2a7499a79ab5 /fticks.h | |
parent | d53d9023955bfcba7c632eac9ccbe05dbc235839 (diff) |
Add fticks.c and fticks.h to the build.
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); |