Func Name | Prototype | Description | Comments |
---|---|---|---|
AsciiToString | AsciiToString(intArr []int) string {} | Converts array of ASCII values to a string | N/A |
DecodeBase64 | DecodeBase64(str string) []int {} | Decodes a base64 string to ASCII values | N/A |
DecodeGob | DecodeGob(intArr []int) string | Decodes a gob int array to a string | N/A |
DecodeHex | DecodeHex(str string) []int {} | Decodes a hex string to ASCII values | N/A |
EncodeBase64 | EncodeBase64(intArr []int) string | Encodes ASCII values to a base64 string | N/A |
EncodeGob | EncodeGob(str string) []int | Encodes string to a gob int array | N/A |
EncodeHex | EncodeHex(intArr []int) string | Encodes ASCII values to a hex string | N/A |
StringToAscii | StringToAscii(str string) []int {} | Converts string to ASCII values | N/A |
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Eclalang/encoding
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published