Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use golang.org/x/crypto/chacha20 #38

Merged
merged 2 commits into from
Jan 21, 2020
Merged

Use golang.org/x/crypto/chacha20 #38

merged 2 commits into from
Jan 21, 2020

Conversation

jrick
Copy link
Member

@jrick jrick commented Jan 17, 2020

The x/crypto internal chacha20 package was recently moved into the
public API, obliviating the need to copy the package into this
project. This commit updates the import paths, makes slight
adjustments for changes to the package API, and removes the copied
internal packages from the Go project.

jrick added 2 commits January 16, 2020 20:22
The x/crypto internal chacha20 package was recently moved into the
public API, obliviating the need to copy the package into this
project.  This commit updates the import paths, makes slight
adjustments for changes to the package API, and removes the copied
internal packages from the Go project.
@jrick jrick merged commit db087b1 into decred:master Jan 21, 2020
@jrick jrick deleted the chacha20 branch January 21, 2020 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants