Home
last modified time | relevance | path

Searched refs:GTBase32 (Results 1 – 3 of 3) sorted by last modified time

/plugin/gtime/gtlib/asn1/gt/
H A DGTPublishedData.php127 return GTBase32::encodeWithDashes($bytes);
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php517 $bytes = GTBase32::decode($publicationString);
538 return GTBase32::encodeWithDashes($bytes);
/plugin/gtime/gtlib/util/
H A DGTBase32.php32 class GTBase32 { class