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

Move replacing of bouncycastle to separate static init method #167

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

abdrasulov
Copy link
Member

Replacing built-in Android Bouncy Castle security provider should be done as early as possible.
Moving it to seperate init method allows to call it, for ex, during application startup.
See https://stackoverflow.com/a/66323575/1073184

Replacing built-in Android Bouncy Castle security provider should be done as early as possible.
Moving it to seperate init method allows to call it, for ex, during application startup.
See https://stackoverflow.com/a/66323575/1073184
@abdrasulov abdrasulov merged commit d5c6f59 into master Mar 18, 2021
@abdrasulov abdrasulov deleted the ethereum-kit-init-method branch March 18, 2021 06:29
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