Skip to content

Commit

Permalink
change deprecation to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-henderson committed Mar 21, 2021
1 parent b0eaab8 commit 4d276f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsa/dsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// The DSA operations in this package are not implemented using constant-time algorithms.
//
// Deprecated: DSA is a legacy algorithm, and modern alternatives such as
// Warning: DSA is a legacy algorithm, and modern alternatives such as
// Ed25519 (implemented by package crypto/ed25519) should be used instead. Keys
// with 1024-bit moduli (L1024N160 parameters) are cryptographically weak, while
// bigger keys are not widely supported. Note that FIPS 186-5 no longer approves
Expand Down

0 comments on commit 4d276f0

Please sign in to comment.