Hey, I've create a transaction then sign by my signing key. But, when i debug the size of private key is 256 bits (32 bytes). However, the lib validate that private key size must be 64.
How to generate private key with 64 bit or I've must modify the lib?
Hey, I've create a transaction then sign by my signing key. But, when i debug the size of private key is 256 bits (32 bytes). However, the lib validate that private key size must be 64.
How to generate private key with 64 bit or I've must modify the lib?
Thanks