On Friday, April 19, 2019 at 7:44:42 AM UTC-7, Marvin Renich wrote:
>
> * Dave Cohen > [190419 10:25]:
> > I'm working on code that signs a message with an ed25519 key.
> >
> > I expected that when signing the same message over and over, I'd get a
> > different signature each time.
> >
> >
* Dave Cohen [190419 10:25]:
> I'm working on code that signs a message with an ed25519 key.
>
> I expected that when signing the same message over and over, I'd get a
> different signature each time.
>
> But I find when I run the test (below) more than once, I get the same
> signature bytes e
I'm working on code that signs a message with an ed25519 key.
I expected that when signing the same message over and over, I'd get a
different signature each time.
But I find when I run the test (below) more than once, I get the same
signature bytes each time. Here's sample (identical) output