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

Make blowfish generic over ByteOrder #39

Merged
merged 2 commits into from
Dec 17, 2018
Merged

Conversation

Veykril
Copy link
Contributor

@Veykril Veykril commented Dec 16, 2018

This should not break the public api if I'm not mistaken due to the default type parameter but I changed the dependencies so I'm not sure if thats a breaking change in a way.

Added the typedefs since something like that was mentioned in the issue. Not sure if they really are needed though cause one could just use the type parameters without adding many more characters.

Closes #26

@newpavlov
Copy link
Member

Thank you, looks good to me! I totally forgot that default type parameters work on stable...

BlowfishBE type alias is indeed unnecessary (so you can remove it), but I think BlowfishLE will be useful for discoverability reasons.

@Veykril
Copy link
Contributor Author

Veykril commented Dec 16, 2018

Removed it

@newpavlov
Copy link
Member

Thanks! I will publish it right away as v0.3.1.

@newpavlov newpavlov merged commit 2e1bb63 into RustCrypto:master Dec 17, 2018
@newpavlov newpavlov mentioned this pull request Dec 17, 2018
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.

None yet

2 participants