Ian Qvist
Ian Qvist
As I see it, there are 2 attacks possible from this: 1. The good ol' hash table DoS attack. It is assumed the attackers control input. They enter input that...
This package https://www.nuget.org/packages/BouncyCastle/ is from Peter Dettman. He is a BouncyCastle developer, so not quite true that there is nothing from BouncyCastle devs.
The information just need to be conveyed somehow externally from the POCO classes. If that is the only way, then I guess it would work :)
Not much is spent on the RNG I'd wager. I have not profiled them, so I wouldn't know. However, I saw that the learners create a new Random object on...
> There are more than hundred places where we have workarounds for Windows 7 (most of them are in tests). Is there a way to identify these places?
> Note that we are deleting the support for other OSes that are EOL too. For example, [dotnet/runtime#60138](https://github.com/dotnet/runtime/issues/60138) . Note that 10.13 (High Sierra) and 10.14 (Mojave) today account for...
Great ideas @ilexp So far I've tried to be really close to Box2D and only provide some much-needed tools and APIs to make it easier for beginners to use a...
@damian-666 I looked into using SIMD to speed up the calculations in the collision resolution code, as it does either 1, 2 or 3 points at the same time. The...
This proposal with require a redesign of most of the engine. Louis over at [his fork](https://github.com/louis-langholtz/Box2D/issues/12) has done a great job at simplifying the engine to accommodate refactorings like this,...