macaba
macaba
Performance optimized implementations of ChaCha20-Poly1305 tend to use conditional areas of code that use CPU intrinsics to operate on larger ciphertext streams. (SSSE3 intrinsics for 256 byte blocks, AVX2 intrinsics...
An example how an updated API might look (and naive fixing of unit tests). Whilst doing this, I saw many opportunities for reducing memory allocations so this would probably be...
I've created an extension for Markdig here: https://github.com/macaba/Markdig.Extensions.ScriptCs It essentially allows any arbitrary C# code to output markdown or HTML to the document. The C# can either be in the...
Geodesy
Any interest in a namespace for Geodesy algorithms? I've just done a vector implementation of the Haversine formula (great circle distance between 2 points on a sphere model) and would...
Are there any contributors working on RADIO/DISH support using UDP? (Either in this repo or on a fork.) I'd be interested in helping/testing.
Hello, My library that uses NaCl.Core has 2 variants, one that uses NaCl.Core, and the other that uses the libsodium native library. The libsodium variant runs 4 times faster, but...
This pull request is here to generate some discussion about integrating the CPU intrinsics available in .NET Core 3.0 into NAudio by providing a code example of how it might...
An implementation of the CameraControlProperty interface, only tested on DirectShow. I needed this for a thermal camera where it uses the Zoom property in two ways: to switch frame data...
Using `/page/demo/demo_webcomponent.html` & placing some content inside one of the document panels does not show up any of the content when the page has finished loading. Inspecting shows that the...