Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AES = new(aes128)
View Source
var Base = new(b)
View Source
var Base32 = new(b32)
View Source
var Base64 = new(b64)
View Source
var Hex = new(b16)
View Source
var MC = map[string]string{"!": "-.-.--", "\"": ".-..-.", "&": ".-...", "'": ".----.", "(": "-.--.", ")": "-.--.-", "+": ".-.-.", ",": "--..--", "-": "-....-", ".": ".-.-.-", "/": "-..-.", "0": "-----", "1": ".----", "2": "..---", "3": "...--", "4": "....-", "5": ".....", "6": "-....", "7": "--...", "8": "---..", "9": "----.", ":": "---...", "=": "-...-", "?": "..--..", "@": ".--.-.", "a": ".-", "b": "-...", "c": "-.-.", "d": "-..", "e": ".", "f": "..-.", "g": "--.", "h": "....", "i": "..", "j": ".---", "k": "-.-", "l": ".-..", "m": "--", "n": "-.", "o": "---", "p": ".--.", "q": "--.-", "r": ".-.", "s": "...", "t": "-", "u": "..-", "v": "...-", "w": ".--", "x": "-..-", "y": "-.--", "z": "--.."}
View Source
var MCR = func() map[string]string { r := make(map[string]string) for i, v := range MC { r[v] = i } return r }()
View Source
var Morse = new(M)
View Source
var RSA = new(r)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.