microsoft / go-crypto-winnative

Go crypto backend for Windows using CNG
MIT License
28 stars 3 forks source link

Add support for DSA #50

Closed qmuntal closed 9 months ago

qmuntal commented 12 months ago

This PR implements the necessary functions to support crypto/dsa.

CNG does not support dsa.L2048N224, because it internally needs SHA224, which CNG does not implement. Other than that, this PR contains feature parity with crypto/dsa.