Jesper Louis Andersen 4939f7bb23 Protect the signature ctx with a mutex
This is the same game as with the
generichash construction. We want
to protect it with a mutex so
different processes can safely do
work on the same resource.

While here, also move the _update
function onto the dirty scheduler.
It is by far the most expensive
operation, and why it wasn't there
in the first place is odd. This should
unblock the scheduler on long
sign-checks. It also move the
possible mutex block onto the
dirty scheduler thread, away from
the core schedulers, improving
latency in the system as a result.
2020-01-24 15:18:04 +01:00
..
2020-01-21 13:56:17 +01:00
2020-01-21 13:56:17 +01:00
2020-01-21 13:56:17 +01:00
2020-01-20 15:31:44 +01:00
2020-01-22 22:22:53 +01:00
2020-01-20 15:31:44 +01:00
2020-01-21 13:56:17 +01:00
2020-01-20 15:31:44 +01:00
2020-01-21 13:56:17 +01:00
2020-01-21 13:56:17 +01:00
2020-01-20 15:31:44 +01:00
2020-01-24 15:18:04 +01:00