Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DEncoding.php227 * @param string $hex_string
231 public static function hexDecode(string $hex_string): string argument
233 return Hex::decode($hex_string);