Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DRFC4648.php60 public static function base64Decode(string $str): string function in ParagonIE\\ConstantTime\\RFC4648
H A DEncoding.php149 public static function base64Decode(string $str): string function in ParagonIE\\ConstantTime\\Encoding