git: purgatorio

ref: f0b565742993646ac2c7939e3a89f44c2515fbe6
dir: /appl/spree/lib/base64.m/

View raw version
Base64: module {
	PATH : con "/dis/spree/lib/base64.dis";
	encode : fn(b : array of byte) : string;
	decode : fn(s : string) : array of byte;
};