Skip to content

Commit

Permalink
feature: implementation of HDKey
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianIOHK committed Jul 4, 2023
1 parent 31a913f commit 36c5c5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package io.iohk.atala.prism.apollo.derivation

class HDKey {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package io.iohk.atala.prism.apollo.derivation

data class HDKeyOptions()
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package io.iohk.atala.prism.apollo.derivation

class HDKeyTest {
}

0 comments on commit 36c5c5f

Please sign in to comment.