signet-org / signet-python

A decentralized code signing network
MIT License
23 stars 1 forks source link

Signature spec clarity. #8

Open bengl opened 8 years ago

bengl commented 8 years ago

The signature spec could use a bit more clarity. I'm working on a Node.js implementation, and it's not clear how the JSON should be formatted for signing. By reading the code, it appears to be just using json.dump.

I think this should be changed to favor minimal whitespace, i.e. the way JSON.stringify does it by default.