Lines Matching full:sdsa
15 * NOTE: although we only need libarith for SDSA as we
27 /* We define hereafter the types and functions for SDSA.
30 /* SDSA public key, composed of:
31 * p the SDSA prime modulus
32 * q the SDSA prime order (prime divisor of (p-1))
33 * g the SDSA generator
36 * NOTE: the SDSA (Schnorr DSA) public key is mapped to a DSA public key
41 /* SDSA private key, composed of:
42 * p the SDSA prime modulus
43 * q the SDSA prime order (prime divisor of (p-1))
44 * g the SDSA generator
47 * NOTE: the SDSA (Schnorr DSA) private key is mapped to a DSA private key