X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=keysize_descriptor.h;h=dd912542915c1b6d7ae8d360c961ab8f7c9e352b;hb=2f9b301c15c03faa76b7f9c95b18eadaa8d013ae;hp=ecb3761555fb7d4145057256cc8e75108781118a;hpb=1a1a9f56318298d8ec87df9f7e78da68732f0d48;p=avr-crypto-lib.git diff --git a/keysize_descriptor.h b/keysize_descriptor.h index ecb3761..dd91254 100644 --- a/keysize_descriptor.h +++ b/keysize_descriptor.h @@ -1,6 +1,6 @@ /* keysize_descriptor.h */ /* - This file is part of the Crypto-avr-lib/microcrypt-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_ */