signify embedded sigs

2014-01-08 Thread Ted Unangst
This may or may not be useful. We can embed the message after the signature and reduce the number of files in half. It's not a lot of code. (This is how the crypto_sign API originally worked, but we've since added some metadata, so we still need to destruct and reconstruct the crypto_sign inputs

Re: signify embedded sigs

2014-01-08 Thread Marc Espie
On Wed, Jan 08, 2014 at 03:53:32PM -0500, Ted Unangst wrote: This may or may not be useful. We can embed the message after the signature and reduce the number of files in half. It's not a lot of code. (This is how the crypto_sign API originally worked, but we've since added some metadata, so