]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - dsa/dsa.h
form changes (nothing of importance)
[avr-crypto-lib.git] / dsa / dsa.h
index 0eabffe30950d066d7b6700dbc043fed9996528f..b7dacc3faab1398847bd0dc82b4113b5d4fce22e 100644 (file)
--- a/dsa/dsa.h
+++ b/dsa/dsa.h
@@ -32,6 +32,7 @@ typedef struct{
 
 typedef bigint_t dsa_pubkey_t;
 typedef bigint_t dsa_privkey_t;
+
 typedef struct{
        bigint_t r;
        bigint_t s;