Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DEncoding.php214 * @param string $bin_string (raw binary)
218 public static function hexEncode(string $bin_string): string argument
220 return Hex::encode($bin_string);
240 * @param string $bin_string (raw binary)
244 public static function hexEncodeUpper(string $bin_string): string argument
246 return Hex::encodeUpper($bin_string);
253 * @param string $bin_string (raw binary)
256 public static function hexDecodeUpper(string $bin_string): string argument
258 return Hex::decode($bin_string);