shinji-san / SecretSharingDotNet

An C# implementation of Shamir's Secret Sharing
MIT License
40 stars 11 forks source link

Refactor visibility and syntax in Calculator classes #229

Closed shinji-san closed 1 month ago

shinji-san commented 1 month ago

Update method visibility from public to protected in BigIntCalculator and Calculator1 classes to restrict access. Also, fix method call syntax for Sqrt in FinitePoint1 and improve null checks in operator overloads.

Resolves: No entry