-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
27 lines (17 loc) · 1.12 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
- - - - - - - - - - - - - - - - - - -
LX4Cnh - https://github.com/3F/LX4Cnh
- - - - - - - - - - - - - - - - - - -
[LX4Cnh for .NET 1.1] 2021.07.26
* Initial public release.
https://github.com/3F/LX4Cnh
NOTE: An embeddable version can be found inside distributed packages (zip + nupkg).
[LX4Cnh 1.0] 2021.07.01
* Initial public version.
LodgeX4CorrNoHigh (LX4Cnh) algorithm of the high-speed multiplications of 128-bit numbers (full range, 128 × 128).
[Sandbox] pre-release states
* 2021.06.15: First idea/redesign after 'MulLowNoCorrShifts' (MLnoCS) algo (128-bit x 16) https://twitter.com/github3F/status/1404187562592309256
* 2021.06.21: Logic formalization. Variations, calculations, and scaling.
* 2021.06.27: First draft implementation using .NET/C#.
* 2021.06.30: Final testing and optimizations for dotnet impl https://twitter.com/github3F/status/1410358979033813000
* 2021.07.01: First public open source version. https://github.com/3F
* 2021.07.17: Optimized .NET/C# implementation. 60Mid6x2 sync was simplified by calculation using full middle overflow.