|
@ -10,6 +10,7 @@ import ( |
|
|
// modhex character table for encoding
|
|
|
// modhex character table for encoding
|
|
|
const modhexTable = "cbdefghijklnrtuv" |
|
|
const modhexTable = "cbdefghijklnrtuv" |
|
|
|
|
|
|
|
|
|
|
|
// modhex map for decoding
|
|
|
var modhexMap map[byte]byte |
|
|
var modhexMap map[byte]byte |
|
|
|
|
|
|
|
|
func init() { |
|
|
func init() { |
|
|