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

Replace keccak-hash with tiny-keccak #40

Merged
merged 1 commit into from
May 28, 2021

Conversation

thomaseizinger
Copy link
Contributor

The dependency footprint of tiny-keccak is smaller and it also has
a more versatile API that allows streaming bytes into the hash
engine.

Before:

❯ cargo tree | wc -l
56

After:

❯ cargo tree | wc -l
48

The dependency footprint of tiny-keccak is smaller and it also has
a more versatile API that allows streaming bytes into the hash
engine.

Before:

❯ cargo tree | wc -l
56

After:

❯ cargo tree | wc -l
48
@h4sh3d
Copy link
Member

h4sh3d commented May 28, 2021

LGTM

It seems that the guy behind the library is not really active anymore, I don't think it's a problem tho.

@h4sh3d h4sh3d merged commit b047ed0 into monero-rs:main May 28, 2021
@thomaseizinger
Copy link
Contributor Author

LGTM

It seems that the guy behind the library is not really active anymore, I don't think it's a problem tho.

Keccak-hash uses tiny-keccak internally so that doesn't change actually :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants