1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-18 04:20:27 +00:00

go*: update modules

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-10-24 17:33:51 +00:00
parent 7c33cb7d95
commit 5383508885
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
95 changed files with 1384 additions and 145 deletions

View file

@ -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: