dart_ssss 0.0.5 copy "dart_ssss: ^0.0.5" to clipboard
dart_ssss: ^0.0.5 copied to clipboard

A Dart library that implements Shamir's Secret Sharing Scheme over GF(256).

Changelog #

0.0.1 #

  • Initial version with all functionalities implemented.

0.0.2 #

  • Add coverage analysis through Coveralls (tool/coveralls.sh) and have more tests for higher coverage.
  • Better readme.

0.0.3 #

  • Fix issue of possibly return a 0 x coordinate as a share.
  • Add in branches of code to ensure that it will be tested later on (lowering coverage).

0.0.4 #

  • Remove random byte method from ByteHelper and create ByteRandom singleton to be used to generate random bytes.
  • Add mocks to tests to properly test edge cases involving specific random bytes.
0
likes
15
pub points
32%
popularity

Publisher

unverified uploader

A Dart library that implements Shamir's Secret Sharing Scheme over GF(256).

Repository

License

unknown (LICENSE)

More

Packages that depend on dart_ssss