thoughtpolice / salt

Fast cryptographic networking for Haskell
http://thoughtpolice.github.com/salt
MIT License
24 stars 1 forks source link

Separate signature and message #15

Closed andres-erbsen closed 12 years ago

andres-erbsen commented 12 years ago

Signing returns "signed message". I believe it is so in NaCl for EBACS benchmark compatibility, but it makes signing a message by multiple parties clumsy. A functon that returns just signature without the message would be great.

thoughtpolice commented 12 years ago

I'll look into this sometime in the next few days.