Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php45 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