Skip to content

Add twofish support #15

Add twofish support

Add twofish support #15

Triggered via pull request April 18, 2024 19:28
Status Failure
Total duration 2m 49s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint: crypto/twofish.go#L6
SA1019: "golang.org/x/crypto/twofish" is deprecated: Twofish is a legacy cipher and should not be used for new applications. Also, this package does not and will not provide an optimized implementation. Instead, use AES (from crypto/aes, if necessary in an AEAD mode like crypto/cipher.NewGCM) or XChaCha20-Poly1305 (from golang.org/x/crypto/chacha20poly1305). (staticcheck)
lint
issues found