Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
constant_time_encoding
Commits
a31f2c44
Commit
a31f2c44
authored
4 years ago
by
Paragon Initiative Enterprises
Browse files
Options
Download
Plain Diff
Merge branch 'master' of
https://github.com/paragonie/constant_time_encoding
into master
parents
6dc8c047
751efde0
master
v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.0
v2.4.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Hex.php
+1
-1
src/Hex.php
with
1 addition
and
1 deletion
+1
-1
src/Hex.php
+
1
−
1
View file @
a31f2c44
...
@@ -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 e
xpect
s
hexadecimal character
s
'
'
E
xpect
ed
hexadecimal character'
);
);
}
}
/** @var int $c_val */
/** @var int $c_val */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets