X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=present%2Fpresent128.h;h=fc6648889580c109bf6681e554b44428dc64a665;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hp=d74fff9735a9a8d83e83ccf4e2b37b0d8ecfecab;hpb=7715ef86b09869014eb5afd319e4acc2ce157b00;p=avr-crypto-lib.git diff --git a/present/present128.h b/present/present128.h index d74fff9..fc66488 100644 --- a/present/present128.h +++ b/present/present128.h @@ -1,7 +1,7 @@ /* present128.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,9 +27,9 @@ typedef struct __attribute__((packed)) present128_ctx_st { } present128_ctx_t; -void present128_init(const uint8_t* key, uint8_t keysize_b, present128_ctx_t* ctx); -void present128_enc(void* buffer, present128_ctx_t* ctx); -void present128_dec(void* buffer, present128_ctx_t* ctx); +void present128_init(const uint8_t *key, uint8_t keysize_b, present128_ctx_t *ctx); +void present128_enc(void *buffer, present128_ctx_t *ctx); +void present128_dec(void *buffer, present128_ctx_t *ctx); #endif /*PRESENT128_H_*/