hashgen v1.1.2 update

In the spirit of keeping hashgen blazingly fast, I published an optimized Base58 package:
https://pkg.go.dev/github.com/cyclone-github/base58

Switching to cyclone/base58 boosted hashgen's Base58 encode/decode performance by 500%.

Key features:

Familiar API, modeled after Go’s stdlib encoding/base64

Pure Go, no external deps

Fast, byte-slice optimized encoding/decoding

More details:
https://forum.hashpwn.net/post/542

#golang #infosec #hashgen #base58 #hashpwn #opensource

base58 package - github.com/cyclone-github/base58 - Go Packages