Transaction signing in Daml

HI, Please provide a reference link which explains the transaction signing steps in Daml. I am interested to know how the transaction is being signed using the private key, when it leaves the participant nodes

Hi @Rocky

The cryptographic key usage is documented here:
https://docs.daml.com/canton/usermanual/security.html#cryptographic-key-usage

If you aren’t yet familiar with the processing, then I’d recommend to read it up here first:
https://docs.daml.com/canton/architecture/overview.html#canton-101

And that section here might be related too:
https://docs.daml.com/canton/architecture/security.html#resilience-to-malicious-participants

I hope that helps!

1 Like