Joey Yandle

Results 2 issues of Joey Yandle

While implementing FROST signatures, I tried to use polynomial::Polynomial with Scalar. Unfortunately, Scalar was missing several traits. This PR implements those traits. The Display trait should prove useful to anyone...

I ran into this issue when I had a gen_server module that called iserve:add_server/4 during init. If the module died, it was restarted by the supervisor, then during the call...