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
74e31511
Commit
74e31511
authored
2 years ago
by
Paragon Initiative Enterprises
Browse files
Options
Download
Patches
Plain Diff
Overhaul unit tests. Add test for strict padding.
parent
9229e15f
master
v2.6.3
v2.6.2
v2.6.1
v2.6.0
No related merge requests found
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
composer.json
+5
-0
composer.json
psalm.xml
+3
-1
psalm.xml
tests/Base32HexTest.php
+6
-2
tests/Base32HexTest.php
tests/Base32Test.php
+6
-2
tests/Base32Test.php
tests/Base64DotSlashOrderedTest.php
+35
-2
tests/Base64DotSlashOrderedTest.php
tests/Base64DotSlashTest.php
+35
-2
tests/Base64DotSlashTest.php
tests/Base64Test.php
+36
-2
tests/Base64Test.php
tests/Base64UrlSafeTest.php
+36
-1
tests/Base64UrlSafeTest.php
tests/CanonicalTrait.php
+30
-0
tests/CanonicalTrait.php
tests/EncodingTest.php
+10
-9
tests/EncodingTest.php
tests/RFC4648Test.php
+9
-8
tests/RFC4648Test.php
with
211 additions
and
29 deletions
+211
-29
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