static S assertPossibleMD5(S s) { if (!possibleMD5(s)) fail("Not an MD5 signature: " + s); ret s; }