-
Notifications
You must be signed in to change notification settings - Fork 4
Feature/atl 6719 implementation #157
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…or the correct ones
Signed-off-by: Francisco Javier Ribó Labrador <[email protected]>
- Fixed a couple of linked issues - Fixed missing def file - Fixed depends on issue that happened from creating a new source set while using DefaultHierarchyTemplate - Fixed not having Android Src folder - Fixed missing header file on copying files - Fixed missing CInterop method Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
…ivate keySigned-off-by: Francisco Javier Ribó Labrador <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
curtis-h
commented
May 3, 2024
f633ac5
to
6f1e8cf
Compare
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
9c6c0fa
to
ff41e2e
Compare
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Curtish <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
b89d8fd
to
3ca4e01
Compare
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
curtis-h
commented
May 15, 2024
apollo/src/commonTest/kotlin/io/iohk/atala/prism/apollo/derivation/EdHDKeyTest.kt
Show resolved
Hide resolved
Signed-off-by: Curtis Harding <[email protected]>
hamada147
suggested changes
May 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very small changes, but awesome work mate 👌
apollo/src/commonMain/kotlin/io/iohk/atala/prism/apollo/utils/ConvertEd25519.kt
Show resolved
Hide resolved
apollo/src/commonTest/kotlin/io/iohk/atala/prism/apollo/derivation/EdHDKeyTest.kt
Show resolved
Hide resolved
Co-authored-by: Ahmed Moussa <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
Signed-off-by: Curtis Harding <[email protected]>
goncalo-frade-iohk
approved these changes
May 20, 2024
hamada147
approved these changes
May 21, 2024
Signed-off-by: Curtis Harding <[email protected]>
merged in #161 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Adding Ed25519 derivation and conversion to X25519, to be able to create masterKeys in the SDKs.
Checklist: