-
The code above is how I am currently generating private keys for Cardano, however, these keys produce an |
Beta Was this translation helpful? Give feedback.
Answered by
optout21
Apr 8, 2022
Replies: 1 comment 8 replies
-
I think this is a bug. For cardano we use 'double extended' private key, which has 6 32-byte parts. However, through the C (and thus Swift/Kotlin) interfaces (TWPrivateKey), only the first 32-bytes can be accessed. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is a bug. For cardano we use 'double extended' private key, which has 6 32-byte parts. However, through the C (and thus Swift/Kotlin) interfaces (TWPrivateKey), only the first 32-bytes can be accessed.
Created issue #2136 .