echovl / cardano-go

Go module for the Cardano Blockchain
GNU General Public License v3.0
51 stars 27 forks source link

Validate Signing Key Length #50

Open ChungKiet opened 1 year ago

ChungKiet commented 1 year ago

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