X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=keysize_descriptor.h;h=dd912542915c1b6d7ae8d360c961ab8f7c9e352b;hb=6483e60140be5fe4ab60de85cdf679fc0518dc99;hp=aeda6fc39eb9c2d9396766dc63ff8cfaefd71ee5;hpb=17332291e15183d71d88ed868275e3cb53917180;p=avr-crypto-lib.git diff --git a/keysize_descriptor.h b/keysize_descriptor.h index aeda6fc..dd91254 100644 --- a/keysize_descriptor.h +++ b/keysize_descriptor.h @@ -1,6 +1,6 @@ /* keysize_descriptor.h */ /* - This file is part of the This file is part of the AVR-Crypto-Lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -55,5 +55,5 @@ typedef struct{ /* keysize is valid if min<=keysize<=max and if keysize mod dist }keysize_desc_arg_range_t; uint8_t is_valid_keysize_P(PGM_VOID_P ks_desc, uint16_t keysize); - +uint16_t get_keysize(PGM_VOID_P ks_desc); #endif /* KEYSIZE_DESCRIPTOR_H_ */