X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=rsa%2Frsa_basic.h;h=811a76af4d5b50c496306a6091639941021089c9;hp=200c0fb4362e8a8383314b9ccf642a88e49f127c;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=3a9f9d918fb95474996af535c225a7e187d88372 diff --git a/rsa/rsa_basic.h b/rsa/rsa_basic.h index 200c0fb..811a76a 100644 --- a/rsa/rsa_basic.h +++ b/rsa/rsa_basic.h @@ -1,7 +1,7 @@ /* rsa_basic.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 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 @@ -33,7 +33,6 @@ typedef struct { bigint_t *components; } rsa_privatekey_t; - typedef struct { rsa_privatekey_t priv; rsa_publickey_t pub;