TBD54566975 / web5-kt

Apache License 2.0
7 stars 9 forks source link

Use google tink library to generate private key #273

Open jiyoontbd opened 4 months ago

jiyoontbd commented 4 months ago

Right now we still use nimbusds library to do this, before converting it to our own JWK type. need to do this anywhere we implement generatePrivateKey()

relevant (but not the sole) area of code: https://github.com/TBD54566975/web5-kt/blob/234-did-impl/crypto/src/main/kotlin/web5/sdk/crypto/Ed25519.kt#L50-L55