-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch DefaultHasher to xxh128 for a faster alternative to MD5. (#478)
* Switch DefaultHasher to xxh128 for a faster alternative to MD5. - See https://xxhash.com/ - Laravel is considering replacing MD5 with xxh128: laravel/framework#52301 * Update ResponseHasherTest to reflect xxh128 algorithm changes
- Loading branch information
1 parent
d4cf7ec
commit ccaf6fd
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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