void updateSigningParam ( ap_uint <L> inputP, ap_uint <N> inputQ, ap_uint <L> inputG, ap_uint <N> inputX, ap_uint <L> inputRMod )
Set up domain parameters for DSA signing when a set of new domain parameter will be used.
Parameters:
inputP | Input prime modulus. |
inputQ | Input prime divisor. |
inputG | Input generator of a subgroup of order inputQ in GF(inputQ). |
inputX | Input private key |
rMod | Input rMode, provided by user. |