* Replace Array.Clear(x, 0, x.Length) with Array.Clear(x) * Use DateTime.UnixEpoch field * Replace SHA256.ComputeHash calls with static SHA256.HashData call More performant and avoids the need to initialize a SHA256 instance. |
||
|---|---|---|
| .. | ||
| Types | ||
| EphemeralNetworkSystemClockContextWriter.cs | ||
| EphemeralNetworkSystemClockCore.cs | ||
| LocalSystemClockContextWriter.cs | ||
| NetworkSystemClockContextWriter.cs | ||
| StandardLocalSystemClockCore.cs | ||
| StandardNetworkSystemClockCore.cs | ||
| StandardSteadyClockCore.cs | ||
| StandardUserSystemClockCore.cs | ||
| SteadyClockCore.cs | ||
| SystemClockContextUpdateCallback.cs | ||
| SystemClockCore.cs | ||
| TickBasedSteadyClockCore.cs | ||