Skip to content

PHP 7.4/NewHashAlgorithms: add new crc32c hash algo#872

Merged
wimg merged 1 commit intomasterfrom
php-7.4/newhashalgos-crc32c
Aug 26, 2019
Merged

PHP 7.4/NewHashAlgorithms: add new crc32c hash algo#872
wimg merged 1 commit intomasterfrom
php-7.4/newhashalgos-crc32c

Conversation

@jrfnl
Copy link
Copy Markdown
Member

@jrfnl jrfnl commented Aug 21, 2019

  • Hash:
    Added "crc32c" hash using Castagnoli's polynomial. This crc32 variant is
    used by storage systems, such as iSCSI, SCTP, Btrfs and ext4.

Refs:

Related to #808

> - Hash:
>    Added "crc32c" hash using Castagnoli's polynomial. This crc32 variant is
>    used by storage systems, such as iSCSI, SCTP, Btrfs and ext4.

Refs:
* https://github.com/php/php-src/blob/3775d47eee38f3b34f800a0b23f840ec7a94e4c7/UPGRADING#L258-L260
* php/php-src@c79ce48
@jrfnl jrfnl added Type: enhancement PR: quick merge PR only contains relatively simple changes PR: ready for review labels Aug 21, 2019
@jrfnl jrfnl added this to the 9.3.0 milestone Aug 21, 2019
@jrfnl jrfnl requested a review from wimg August 21, 2019 04:29
@wimg wimg merged commit c52438a into master Aug 26, 2019
@delete-merged-branch delete-merged-branch bot deleted the php-7.4/newhashalgos-crc32c branch August 26, 2019 16:08
@jrfnl jrfnl removed PR: ready for review PR: quick merge PR only contains relatively simple changes labels Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants