[solved] Re: [go-nuts] ed25519 signature, expected non-deterministic

2019-04-19 Thread Dave Cohen
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. > > > >

Re: [go-nuts] ed25519 signature, expected non-deterministic

2019-04-19 Thread Marvin Renich
* 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

[go-nuts] ed25519 signature, expected non-deterministic

2019-04-19 Thread Dave Cohen
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