﻿
var md5 = function (s) {
	return hex(md51(s));
}

