We need to copy the datum for state before it is used by crypto_sign_final_create(). Failing to do so leaves a datum that is available to sql which does not have its original value. This is bad.
I haven't added a test for this, but have informally tested it in my own application and it appears to work - which it didn't previously.
We need to copy the datum for state before it is used by crypto_sign_final_create(). Failing to do so leaves a datum that is available to sql which does not have its original value. This is bad.
I haven't added a test for this, but have informally tested it in my own application and it appears to work - which it didn't previously.