Skip to content
Snippets Groups Projects
Commit e61a068e authored by Oliver Hader's avatar Oliver Hader Committed by Georg Ringer
Browse files

[TASK] Add possibility to create HashValue from actual payload

The new factory method `HashValue::hash('test')` creates the
hash from the raw payload `'test'`. This is a simpler shortcut
for using `HashValue::create(hash('sha256', 'test', true))`.

Resolves: #103772
Releases: main, 12.4
Change-Id: Id201e166eeabc856b8d8dc498cc73cde8d5eb801
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84114


Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent c0f2976c
Branches
Tags
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