Home
last modified time | relevance | path

Searched refs:decodeUpper (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DRFC4648.php140 return Base32::decodeUpper($str, true);
174 return Base32::decodeUpper($str, true);
H A DEncoding.php92 return Base32::decodeUpper($str);
148 return Base32Hex::decodeUpper($str);
H A DBase32.php70 public static function decodeUpper( function in ParagonIE\\ConstantTime\\Base32