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.php60 return static::doDecode($encodedString, false, $strictPadding);
75 return static::doDecode($src, true, $strictPadding);
244 return static::doDecode(
261 protected static function doDecode( function in ParagonIE\\ConstantTime\\Base32