shithub: purgatorio

ref: ad5a80bfb081dc954be03836cc65090e0f6c7e4f
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;
};