yeguang1991
Results
3
comments of
yeguang1991
 I have exported the private key. It's 64-bit in length, not 32-bit.
> you will need to show us the code. > > if private key length is 64 use Keypair.from_secret_key(secret_key) > > if it is 32 bytes Keypair.from_seed(secret_key) > > you...
> api.cipher.encrypt(bytes(private_key[:32])) thanks