Commit a31f2c44 authored by Paragon Initiative Enterprises's avatar Paragon Initiative Enterprises
Browse files

Merge branch 'master' of https://github.com/paragonie/constant_time_encoding into master

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -142,7 +142,7 @@ abstract class Hex implements EncoderInterface ...@@ -142,7 +142,7 @@ abstract class Hex implements EncoderInterface
if (($c_num0 | $c_alpha0) === 0) { if (($c_num0 | $c_alpha0) === 0) {
throw new \RangeException( throw new \RangeException(
'hexEncode() only expects hexadecimal characters' 'Expected hexadecimal character'
); );
} }
/** @var int $c_val */ /** @var int $c_val */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment