Skip to content

Commit

Permalink
Optimize bit operations of BigInteger
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Feb 28, 2025
1 parent bfc8814 commit a951e46
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 435 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<Compile Include="System\Numerics\BigIntegerCalculator.GcdInv.cs" />
<Compile Include="System\Numerics\BigIntegerCalculator.PowMod.cs" />
<Compile Include="System\Numerics\BigIntegerCalculator.SquMul.cs" />
<Compile Include="System\Numerics\BigIntegerCalculator.ShiftRot.cs" />
<Compile Include="System\Numerics\BigIntegerCalculator.Utils.cs" />
<Compile Include="System\Numerics\BigInteger.cs" />
<Compile Include="System\Number.BigInteger.cs" />
Expand Down
Loading

0 comments on commit a951e46

Please sign in to comment.