Skip to content

Releases: bytemare/secret-sharing

v0.5.0

21 Sep 13:52
6254b8a
Compare
Choose a tag to compare

What's Changed

  • Add a public key share registry to hold a set of public keys by @bytemare in #45
  • Some API changes

Full Changelog: v0.4.1...v0.5.0

v0.4.1

20 Sep 10:45
50035fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Sep 13:19
e969657
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

17 Jul 23:45
9a6f71c
Compare
Choose a tag to compare
Embed public key and commitment with KeyShare, add serde for backup a…

…nd transmission (#41)

* Embed public key and commitment with KeyShare, add serde for backup and transmission

Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>

v0.2.1

11 Jul 16:51
a974901
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Jul 21:27
ba34b98
Compare
Choose a tag to compare

What's Changed

  • Optimize public key recovery and some renaming by @bytemare in #38

Full Changelog: v0.1.4...v0.1.5

v0.1.4

07 Jul 13:41
60e53bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 Jul 16:42
d65c045
Compare
Choose a tag to compare

What's Changed

  • Use KeyShare interface to allow reusing functions on compatible keys by @bytemare in #34

Full Changelog: v0.1.2...v0.1.3

v0.1.2

16 Jun 18:45
1c94845
Compare
Choose a tag to compare

What's Changed

  • Expose Polynomial.Verify() to check its validity by @bytemare in #33

Full Changelog: v0.1.1...v0.1.2

v0.1.1

13 Jun 01:19
45e5ee8
Compare
Choose a tag to compare

What's Changed

  • some refreshments, API simplification by @bytemare in #26
  • Speep up key verification with vss by @bytemare in #28
  • Improve documentation and tests by @bytemare in #29
  • Use uint64 instead of Scalar structs for compatibility by @bytemare in #30

Full Changelog: v0.1.0...v0.1.1