Skip to content

openpgp: Pad RSA ciphertext and ECC scalars for CNG

Igor Matuszewski requested to merge igor/windows-fix-unaligned-cng-values into master

We strip leading zeroes in our MPIs but CNG expects full-length values so make sure to add those back when interfacing with CNG.

Closes #576 (closed)

Edited by Igor Matuszewski

Merge request reports