void updateVerifyingParam ( ap_uint <L> inputP, ap_uint <N> inputQ, ap_uint <L> inputG, ap_uint <L> inputY, ap_uint <L> inputRMod )
Set up domain parameters for DSA Verifying 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). |
| inputY | Input public key |
| rMod | Input rMode, provided by user. |