diff options
| author | 2024-07-08 07:33:11 +0000 | |
|---|---|---|
| committer | 2024-07-08 07:33:11 +0000 | |
| commit | a81455e81c02d5c69b723b52c775a247313c82a2 (patch) | |
| tree | 942e036c28e3f21edf43b2f8c467eeacc8bf6795 /vendor/golang.org/x/crypto/ripemd160 | |
| parent | [chore] upstep activity to v1.7.0-gts (#3074) (diff) | |
| download | gotosocial-a81455e81c02d5c69b723b52c775a247313c82a2.tar.xz | |
[chore]: Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#3080)
Diffstat (limited to 'vendor/golang.org/x/crypto/ripemd160')
| -rw-r--r-- | vendor/golang.org/x/crypto/ripemd160/ripemd160.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/crypto/ripemd160/ripemd160.go b/vendor/golang.org/x/crypto/ripemd160/ripemd160.go index cf3eeb158..b6d33ef07 100644 --- a/vendor/golang.org/x/crypto/ripemd160/ripemd160.go +++ b/vendor/golang.org/x/crypto/ripemd160/ripemd160.go @@ -7,7 +7,7 @@ // Deprecated: RIPEMD-160 is a legacy hash and should not be used for new // applications. Also, this package does not and will not provide an optimized // implementation. Instead, use a modern hash like SHA-256 (from crypto/sha256). -package ripemd160 // import "golang.org/x/crypto/ripemd160" +package ripemd160 // RIPEMD-160 is designed by Hans Dobbertin, Antoon Bosselaers, and Bart // Preneel with specifications available at: |
