DSSSEED

The DSSSEED structure holds the seed and counter values that may be used to verify the primes of the DSS public key.

typdef struct _DSSSEED {
    DWORD counter;
    BYTE  seed[20];
} DSSSEED;
 

Members

counter
A DWORD containing the counter value. If the counter value is 0xFFFFFFFF then the seed and counter values are not available.
seed[20]
A BYTE string containing the seed value.

See Also

BLOBHEADER, DSSPUBKEY, RSAPUBKEY