]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - rsa/rsa_basic.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / rsa / rsa_basic.h
index 200c0fb4362e8a8383314b9ccf642a88e49f127c..811a76af4d5b50c496306a6091639941021089c9 100644 (file)
@@ -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;