Skip to content

v0.7.0

Compare
Choose a tag to compare
@shinji-san shinji-san released this 08 Feb 23:15
69edb66

Added

  • Added implicit casts for byte arrays in Secret class.
  • Added legacy mode. See README.md, section "Usage" for more details.

Changed

  • Changed behavior of Secret class for negative secret values. See README.md, section "Usage" and bug report #60 for more details.
  • Changed calculation of maximum security level in Reconstruction method.

Fixed

  • Fixed reopened bug #60 "Reconstruction fails at random".
  • Fixed assembly output path in SecretSharingDotNetFx4.6.2.csproj

Removed