X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=present%2Fpresent80.h;h=63e3bfbd0fd4e0fbb5242fb0be94df6e54ff4cca;hp=9fb73e47f93cc7cce190a9fdf1b7911f697e4210;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=7715ef86b09869014eb5afd319e4acc2ce157b00 diff --git a/present/present80.h b/present/present80.h index 9fb73e4..63e3bfb 100644 --- a/present/present80.h +++ b/present/present80.h @@ -1,7 +1,7 @@ /* present.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,8 +27,8 @@ typedef struct __attribute__((packed)) present80_ctx_st { } present80_ctx_t; -void present80_init(const uint8_t* key, uint8_t keysize_b, present80_ctx_t* ctx); -void present80_enc(void* buffer, present80_ctx_t* ctx); -void present80_dec(void* buffer, present80_ctx_t* ctx); +void present80_init(const uint8_t *key, uint8_t keysize_b, present80_ctx_t *ctx); +void present80_enc(void *buffer, present80_ctx_t *ctx); +void present80_dec(void *buffer, present80_ctx_t *ctx); #endif /*PRESENT80_H_*/