X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=dsa%2Fdsa.h;h=b7dacc3faab1398847bd0dc82b4113b5d4fce22e;hb=33d65e8032f77c1cbec1bc99e898affc96966c3c;hp=0eabffe30950d066d7b6700dbc043fed9996528f;hpb=d1181933dc28db92d787cf5604e2fc96ab0d8f9f;p=avr-crypto-lib.git diff --git a/dsa/dsa.h b/dsa/dsa.h index 0eabffe..b7dacc3 100644 --- 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;