Stars
6
Forks
0
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
73
commits
Specifying that pointers are const as a compiler got confused.
e3e3ef4View on GitHubMinor correctness and readability improvements, no functional change.
c09973eView on GitHubFull rewrite of qDSA to move over to a Genus 2 curve. Performance improvements and readability.
2262133View on GitHubBetter naming for constexpr utilities, and minor usability improvements.
9f64c22View on GitHubMinor refactoring to make room for the other rendering backends.
c3642e2View on GitHubAdded a mirror-gradient function, as well as optimization for Height > 1 branches and misc edgecases.
60329d6View on GitHubGet rid of a multiply that the compiler failed to optimize away for some reason.
fd633f6View on GitHubCleaned up GDI and reworked the bitmaps to be more compatible with upcoming OpenGL backend.
3a29d57View on GitHubConsole logging needs to manually convert to a string, rather than string_view.
2b97b95View on GitHubStarted implementing the frontend, focused on GDI rendering. Still needs a lot of testing and benchmarking. The Interface_t::Present method is subject to change.
9601b69View on GitHubAdd a hard assert for unreachable states, and disable RTTI globaly.
d0562f7View on GitHub