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

[rahash2] Add support for the Blowfish cipher #4264

Closed
wants to merge 1 commit into from

Conversation

kishorbhat
Copy link
Contributor

This is in reference to #4254.

Please do point out any errors and make suggestions for improvement!

struct r_lib_struct_t radare_plugin = {
.type = R_LIB_TYPE_CRYPTO,
.data = &r_crypto_plugin_blowfish,
.version = R2_VERSION
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add license here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@kishorbhat
Copy link
Contributor Author

@radare made those changes you mentioned.

Side note: I squashed my changes into the first commit; what happened to your comments? I can't see them anymore.

@radare
Copy link
Collaborator

radare commented Mar 9, 2016

Awesome! thanks!

@radare radare closed this Mar 9, 2016
@radare
Copy link
Collaborator

radare commented Mar 9, 2016

Yeah my comments are lost if you squash. We will miss them :___

On 09 Mar 2016, at 07:35, Kishor Bhat [email protected] wrote:

@radare made those changes you mentioned.

Side note: I squashed my changes into the first commit; what happened to your comments? I can't see them anymore.


Reply to this email directly or view it on GitHub.

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.

3 participants