Skip to main content

Questions tagged [ed25519]

The tag has no usage guidance.

2 questions with no upvoted or accepted answers
1 vote
0 answers
46 views

What do i pass in as the parameter to create a new Ed25519KeyHash using cardano-multiplatform-lib

I am using Dc Sparks multi-platform-lib to build my transaction.I want to add a required signer in my transaction. There is a add_required_signer method in the TransactionBuilder class and it takes in ...
szhang9921's user avatar
1 vote
0 answers
126 views

How to sign transaction externally?

I am using the cardano-serialization-lib to derive addresses and create a transaction unsigned. I am then passing that transaction hash in CBOR to an external program to handle the signing process. I ...
Michael's user avatar
  • 50