diff --git a/dsa/dsa.go b/dsa/dsa.go index bf88f0a4..16bd1f5f 100644 --- a/dsa/dsa.go +++ b/dsa/dsa.go @@ -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