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 PubKey, SecKey, and SecKeyGenerator multiplatform - Resolves #61 #62

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

jmateoac
Copy link
Collaborator

@jmateoac jmateoac commented Mar 21, 2024

Moves key-related classes to the multiplatform source set.

Was planning to write the SecureRandom code for each platform, but found this library that already handles it!

I wanted to move the tests to the common sourceset, but I need to make the lib-test module multiplatform first.
I also had to move the function SecKey.encrypt out of the SecKey class for now because it depends on javax.crypto

@Synesso can you take a look at the lib to make sure it's ok to use?

@jmateoac jmateoac enabled auto-merge (squash) March 25, 2024 14:23
@jmateoac jmateoac merged commit 3054503 into main Mar 25, 2024
3 checks passed
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