1
0
Fork 0
forked from External/ergo

upgrade x dependencies

This commit is contained in:
Shivaram Lingamneni 2024-07-05 16:39:22 -04:00
parent 99393d49bf
commit 7d3971835e
116 changed files with 9895 additions and 4495 deletions

View file

@ -11,7 +11,7 @@
// Deprecated: any new system should use AES (from crypto/aes, if necessary in
// an AEAD mode like crypto/cipher.NewGCM) or XChaCha20-Poly1305 (from
// golang.org/x/crypto/chacha20poly1305).
package blowfish // import "golang.org/x/crypto/blowfish"
package blowfish
// The code is a port of Bruce Schneier's C implementation.
// See https://www.schneier.com/blowfish.html.