mirror of
https://github.com/muun/recovery.git
synced 2025-11-11 06:20:16 -05:00
fix vendor folder
This commit is contained in:
2
vendor/github.com/muun/libwallet/ripemd160.go
generated
vendored
2
vendor/github.com/muun/libwallet/ripemd160.go
generated
vendored
@@ -1,7 +1,7 @@
|
||||
package libwallet
|
||||
|
||||
import (
|
||||
hash "golang.org/x/crypto/ripemd160"
|
||||
hash "golang.org/x/crypto/ripemd160" //lint:ignore SA1019 using deprecated hash function for compatibility
|
||||
)
|
||||
|
||||
func ripemd160(data []byte) []byte {
|
||||
|
||||
Reference in New Issue
Block a user