X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=blockcipher_descriptor.h;h=d08beeab217066136a96d2580a4d98c03142a842;hp=e7e3f222009d0ab66c83b7a5428a579ecc230e88;hb=fb928c1c4c392b9e987631f84f1027af94e05beb;hpb=3f2f2071c47e2e424af71cc85697f3eb26c24277 diff --git a/blockcipher_descriptor.h b/blockcipher_descriptor.h index e7e3f22..d08beea 100644 --- a/blockcipher_descriptor.h +++ b/blockcipher_descriptor.h @@ -1,6 +1,6 @@ /* blockcipher_descriptor.h */ /* - This file is part of the AVR-Crypto-Lib. + This file is part of the ARM-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -90,8 +90,8 @@ typedef struct { typedef struct{ bcdesc_t* desc_ptr; - uint16_t keysize; void* ctx; + uint16_t keysize; } bcgen_ctx_t; #endif /* BLOCKCIPHER_DESCRIPTOR_H_ */