Questions tagged [curve-25519]

31 questions
-1
votes
2 answers

How do I add an if-else statement without running an infinite loop?

How do i create an if else statement to make sure the privatekey will not be printed the same? I want to make sure that the keys generated are not the same. Its just a precaution. But when i put the if-else statement in the codes, it runs an…
1 2
3