cardano-addresses icon indicating copy to clipboard operation
cardano-addresses copied to clipboard

How to get raw private key for python nacl from extended_key?

Open cscsabai opened this issue 3 years ago • 2 comments

Hello! For python NaCl lib's Signing Key needs a 32 byte long private key. but when I get private key from Cardano-address I got an extended_key with 64 bytes long. Is there any way to get the raw private key from this exteneded_key, or other way to get the raw private key from Cardano-address? Thanks

cscsabai avatar May 27 '21 15:05 cscsabai

hi @cscsabai we will add this functionality for private keys very soon

paweljakubas avatar May 27 '21 18:05 paweljakubas

https://github.com/input-output-hk/cardano-addresses/pull/134

paweljakubas avatar May 31 '21 17:05 paweljakubas