package
0.1.1
Repository: https://github.com/gen0cide/gscript.git
Documentation: pkg.go.dev

# Functions

GenerateRSASSHKeyPair Generates a new rsa key pair the size of the arg, and returns the pub and priv key as strings.
GetMD5FromBytes takes a byte array and returns the md5 string of it.
GetMD5FromString takes a string and returns the md5 string of it.
GetSHA1FromBytes takes a byte array and returns the md5 string of it.
GetSHA1FromString takes a byte array and returns the md5 string of it.
GetSHA256FromBytes takes a byte array and returns the md5 string of it.
GetSHA256FromString takes a byte array and returns the md5 string of it.