void updateSigningParam ( ap_uint <L> inputP, ap_uint <N> inputQ, ap_uint <L> inputG, ap_uint <N> inputX )
Set up domain parameters for DSA signing when a set of new domain parameter will be used. rMod is not provided which need to be calculated on Chip.
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 |