Implementation - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

DSA have two pair of functions: updateSigningParam and sign, updateVerifyingParam and verify. Also we have two implementation for updateSigningParam and updateVerifyingParam, a trivial one and another one with one extra arguments. The extra argument is actually 2^(2*N) mod P. If you have this arguments pre-calculated, you could call the one with this argument. Otherwise you could call the one without this arguments and we will calculate it on chip with extra resource.