Skip to main content

Questions tagged [ed25519]

The tag has no usage guidance.

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
2 votes
1 answer
116 views

Logic behind Cardano master key generation from mnemonic

Could anyone clarify the logic behind Cardano master key generation from mnemonic. There is a specification BIP32-Ed25519 https://github.com/LedgerHQ/orakolo/blob/master/papers/Ed25519_BIP%20Final....
mahnunchik's user avatar
1 vote
2 answers
166 views

Create address from public/private keypair without external tools/apis

I am starting development with Cardano. I have created a Hierarchal Deterministic Wallet with both Bitcoin and Ethereum, so I am familiar with much of the terminology. I am trying to create a Cardano ...
Michael's user avatar
  • 50
0 votes
1 answer
176 views

How does Edwards curve used for generating public key look like?

What equation suitable for generation of a public key is used for Edwards curve Ed25519? The problem is the following – info on Edwards Elliptic Curve on Wikipedia page presents an equation y^2 + x^2 =...
munky's user avatar
  • 1,815