What is the algorithm used to sign data within Nxt?

2

I understand that Nxt uses Curve25519 to generate pubkeys for user accounts, however, I can't find a reference that states what which signing algorithm/process is used for transactions and blocks. (Sorry, I also don't have access to the source at the moment.)

How does Nxt sign and validate transactions and blocks? Note, I'm not interested in discussing POS. I'm strictly interested in how Nxt signs and verifies its data.

RLH

Posted 2014-09-18T11:49:16.960

Reputation: 2 062

Answers

1

I found the answer. It uses EC-KCDSA.

RLH

Posted 2014-09-18T11:49:16.960

Reputation: 2 062