Skip to content
github-actions[bot] edited this page Sep 20, 2025 · 4 revisions

util

import "github.com/AarC10/GSW-V2/lib/util"

Index

func Base16String

func Base16String(b []byte, groupSize int) string

Base16String returns a string representation of the byte slice in base 16

func Base16StringNoHeader

func Base16StringNoHeader(b []byte, groupSize int) string

Base16StringNoHeader returns a string representation of the byte slice in base 16 without the header

func Base2String

func Base2String(b []byte, groupSize int) string

Base2String returns a string representation of the byte slice in base 2

func Base2StringNoHeader

func Base2StringNoHeader(b []byte, groupSize int) string

Base2StringNoHeader returns a string representation of the byte slice in base 2 without the header

Generated by gomarkdoc

Clone this wiki locally