GSMA-CPAS / BWRP-chaincode

Apache License 2.0
1 stars 0 forks source link

Drop DSA algorithm, see FIPS 186-5 #56

Closed sschulz-t closed 3 years ago

sschulz-t commented 3 years ago

Package crypto/dsa is deprecated and should not be used any more. see https://pkg.go.dev/crypto/dsa or FIPS 186-5

As far as i see this part of the code is only used in the test routines and it should be safe to remove it, right? I came across the issue because the lint fails now with a SA1019: crypto(dsa deprecation warning