-
Notifications
You must be signed in to change notification settings - Fork 1
util
github-actions[bot] edited this page Sep 20, 2025
·
4 revisions
import "github.com/AarC10/GSW-V2/lib/util"- func Base16String(b []byte, groupSize int) string
- func Base16StringNoHeader(b []byte, groupSize int) string
- func Base2String(b []byte, groupSize int) string
- func Base2StringNoHeader(b []byte, groupSize int) string
func Base16String(b []byte, groupSize int) stringBase16String returns a string representation of the byte slice in base 16
func Base16StringNoHeader(b []byte, groupSize int) stringBase16StringNoHeader returns a string representation of the byte slice in base 16 without the header
func Base2String(b []byte, groupSize int) stringBase2String returns a string representation of the byte slice in base 2
func Base2StringNoHeader(b []byte, groupSize int) stringBase2StringNoHeader returns a string representation of the byte slice in base 2 without the header
Generated by gomarkdoc