Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@shinji-san shinji-san released this 17 Nov 18:03
3e67d44

Added

  • Added .NET 9.0 support
  • Added use-case interfaces IMakeSharesUseCase and IReconstructUseCase to the SecretSharingDotNet project.
  • Added a guide to the README.md file on how to use the use-case interfaces with dependency injection.

Changed

  • Changed the Sqrt signature in the BigIntCalculator class from property to method.
  • Changed method visibility from public to protected in the BigIntCalculatorand Calculator classes to restrict access.

Removed