Skip to content

Add SHA-1 and SHA-2 hash functions. - #9215

Closed
bdice wants to merge 119 commits into
NVIDIA:branch-23.12from
bdice:sha
Closed

Add SHA-1 and SHA-2 hash functions.#9215
bdice wants to merge 119 commits into
NVIDIA:branch-23.12from
bdice:sha

Conversation

@bdice

@bdice bdice commented Sep 10, 2021

Copy link
Copy Markdown
Contributor

This PR continues work begun in #6020 to add SHA-1 and SHA-2 (SHA-256, SHA-512, and truncated digests SHA-224, SHA-384) hash functions. Resolves #8641.

This complements the MD5 functionality added in #5438.

@bdice bdice self-assigned this Sep 10, 2021
@github-actions github-actions Bot added CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code. labels Sep 10, 2021
@bdice bdice added 2 - In Progress Currently a work in progress feature request New feature or request non-breaking Non-breaking change and removed libcudf Affects libcudf (C++/CUDA) code. CMake CMake build issue labels Sep 10, 2021
Comment thread cpp/src/hash/sha_hash.cu Outdated
@github-actions github-actions Bot added CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code. labels Sep 13, 2021
Comment thread cpp/src/hash/sha_hash.cu Outdated
Comment thread cpp/src/hash/sha_hash.cu Outdated
@bdice
bdice changed the base branch from branch-23.02 to branch-23.04 January 26, 2023 16:59
@copy-pr-bot

copy-pr-bot Bot commented Oct 17, 2023

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@bdice
bdice changed the base branch from branch-23.04 to branch-23.12 October 17, 2023 22:47
@bdice

bdice commented Nov 9, 2023

Copy link
Copy Markdown
Contributor Author

/ok to test

@bdice

bdice commented Nov 9, 2023

Copy link
Copy Markdown
Contributor Author

/ok to test

@bdice

bdice commented Nov 9, 2023

Copy link
Copy Markdown
Contributor Author

/ok to test

@bdice bdice mentioned this pull request Nov 9, 2023
3 tasks
@bdice

bdice commented Nov 9, 2023

Copy link
Copy Markdown
Contributor Author

Closing in favor of #14391. The PR has been thoroughly rewritten, so most historical feedback on this PR is not relevant.

@bdice bdice closed this Nov 9, 2023
rapids-bot Bot pushed a commit that referenced this pull request Jan 22, 2024
This PR adds support for SHA-1 and SHA-2 (SHA-256, SHA-512, and truncated digests SHA-224, SHA-384) hash functions.  Resolves #8641. Replaces #9215.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)
  - Matthew Roeschke (https://github.com/mroeschke)
  - David Wendt (https://github.com/davidwendt)
  - https://github.com/nvdbaranec

URL: #14391
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 - In Progress Currently a work in progress CMake CMake build issue feature request New feature or request Java Affects Java cuDF API. libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Python Affects Python cuDF API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEA] Add support for SHA256 and SHA512 to cudf::hash

6 participants