immutable / imx-core-sdk-kotlin-jvm

Apache License 2.0
4 stars 2 forks source link

feat: generate legacy key pair #134

Closed nattb8 closed 1 year ago

nattb8 commented 1 year ago

Summary

Add method to deterministically generate Stark private key

Why the changes

Adding this method to ensure that existing customers that want to generate their stark key deterministically, there is a way to do that by passing in the previously used seed.

Before merging