fix(deps): update dependency paragonie/constant_time_encoding to v3 - #54
Open
descope[bot] wants to merge 1 commit into
Open
fix(deps): update dependency paragonie/constant_time_encoding to v3#54descope[bot] wants to merge 1 commit into
descope[bot] wants to merge 1 commit into
Conversation
descope
Bot
force-pushed
the
renovate/paragonie-constant_time_encoding-3.x
branch
from
June 26, 2025 16:51
ddd218c to
8044cd5
Compare
descope
Bot
force-pushed
the
renovate/paragonie-constant_time_encoding-3.x
branch
from
July 1, 2025 16:14
8044cd5 to
bb539b1
Compare
descope
Bot
force-pushed
the
renovate/paragonie-constant_time_encoding-3.x
branch
from
July 4, 2025 07:28
bb539b1 to
264b38a
Compare
descope
Bot
force-pushed
the
renovate/paragonie-constant_time_encoding-3.x
branch
from
July 15, 2025 17:38
264b38a to
78ac558
Compare
descope
Bot
force-pushed
the
renovate/paragonie-constant_time_encoding-3.x
branch
4 times, most recently
from
October 15, 2025 16:34
6e827cd to
446c77f
Compare
descope
Bot
force-pushed
the
renovate/paragonie-constant_time_encoding-3.x
branch
from
March 13, 2026 20:05
446c77f to
a2d787a
Compare
Contributor
Author
|
descope
Bot
force-pushed
the
renovate/paragonie-constant_time_encoding-3.x
branch
from
March 14, 2026 08:23
a2d787a to
38e9b26
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.2→3.1.3Release Notes
paragonie/constant_time_encoding (paragonie/constant_time_encoding)
v3.1.3: Version 3.1.3Compare Source
This release fixes a bug with base64 codecs when ext-sodium installed.
What's Changed
New Contributors
Full Changelog: paragonie/constant_time_encoding@v3.1.2...v3.1.3
v3.1.2: Version 3.1.2Compare Source
Thanks @TimWolla for identifying a performance hit caused by attempting to find global functions such as
strlen()in the current namespace before the global namespace.What's Changed
Full Changelog: paragonie/constant_time_encoding@v3.1.1...v3.1.2
v3.1.1: Version 3.1.1Compare Source
What's Changed
mbstring.func_overloadcompatibility layer by @TimWolla in #58Full Changelog: paragonie/constant_time_encoding@v3.1.0...v3.1.1
v3.1.0: Version 3.1.0Compare Source
Important: If you enable ext-sodium, some codecs will now be faster with our library:
hex,base64,base64url. This requires the actual extension be installed; sodium_compat will not provide these implementations.As with the recent sodium_compat release, this library now incorporates fuzz-testing and mutation testing as part of our development strategy. Fuzz testing is enabled on pull requests; mutation tests on releases.
The current metrics for a mutation test run (using the latest version of Infection):
We set the minimum MSI for covered code to 80% by policy, but will slowly be increasing it in future releases.
What's Changed
Base32::doEncode()’s$padparameter by @TimWolla in #60Full Changelog: paragonie/constant_time_encoding@v3.0.0...v3.1.0
v3.0.0: Version 3.0.0Compare Source
Configuration
📅 Schedule: (in timezone Asia/Jerusalem)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.