Searched refs:doDecode (Results 1 – 1 of 1) sorted by relevance
45 return static::doDecode($encodedString, false, $strictPadding);57 return static::doDecode($src, true, $strictPadding);196 …protected static function doDecode(string $src, bool $upper = false, bool $strictPadding = false):… function in ParagonIE\\ConstantTime\\Base32