Michael Heyman

Results 6 issues of Michael Heyman

Argon2.FillBlock.cs:FillBlock() uses the simple version of the inner Blake2 algorithm which can be (in theory) dramatically sped up through unrolling. See Blake2BCore-FullyUnrolled.cs for a version to port.

Not sure _exactly_ what is going on to cause the crash when using the swagger controller but the symptom is memory corruption in the environment causing a SEGV when the...

There is a `SetupNotifyAsync()` call but no matching `CancelNotifyAsync()` - the best workaround I can figure is to ignore the characteristic within the notify handler even long after that characteristic...

Currently, placeholders are not supported in the search or replacement text. It would be *really* nice to be able to use them.

enhancement

When running a set of tasks in parallel to accomplish a task, to assure completion, one typically uses a `coro::sync_wait(coro::when_all(std::move(tasks));` line. Sometimes, but very rarely, this hangs at the https://github.com/jbaldwin/libcoro/blob/d4a55159f9a61509dd30668672b5374147912bb0/src/sync_wait.cpp#L23...

Cross compiling to aarch64 from x64 caused issues using the arm-provided toolchain where there was no way to tell reproc that it was to use the posix `strerror_r`. The pull...