class haxe.crypto.BaseCode

Allows to encode/decode String and bytes using a power of two base dictionnary.

Instance Fields

function new(base:Bytes): Void

function decodeBytes(b:Bytes): Bytes

function encodeBytes(b:Bytes): Bytes