]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - rsa/rsa_basic.h
fixing problem with shifting 0
[avr-crypto-lib.git] / rsa / rsa_basic.h
index 200c0fb4362e8a8383314b9ccf642a88e49f127c..ccce4b0777528c90a7b05ad169f80753d4e3ab3c 100644 (file)
@@ -33,7 +33,6 @@ typedef struct {
        bigint_t *components;
 } rsa_privatekey_t;
 
-
 typedef struct {
        rsa_privatekey_t priv;
        rsa_publickey_t  pub;