API documentation
class haxe.crypto.BaseCode
Allows to encode/decode String and bytes using a power of two base dictionnary.
function new(base:Bytes): Void
function decodeBytes(b:Bytes): Bytes
function encodeBytes(b:Bytes): Bytes