Home
last modified time | relevance | path

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

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php52 return static::doDecode($encodedString, false, $strictPadding);
67 return static::doDecode($src, true, $strictPadding);
227 return static::doDecode(
244 protected static function doDecode( function in ParagonIE\\ConstantTime\\Base32