All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.5.1 (2021-08-03)
- Demote
anyhow
anditertools
to dev-dependencies (08d0df1)
0.5.0 (2021-06-30)
- blsttc: this enables blsttc to run on older cpu architectures
- blsttc: update blsttc (74a2d6b)
0.4.0 (2021-06-29)
- updates to use blsstc
- introducing blsstc (8745c19)
0.3.12 (2021-06-28)
- maidsafe version of threshold_crypto (ee7b3f6)
- temporary fix for the failure crate deprecation warning (1f54a21)
- use blsttc instead of threshold_crypto (77525c1)
0.3.11 (2021-06-28)
- tilde reqs (8f8e3c1)
- upgrade to the latest version of aes crate to remove deprecation warnings (5b44883)
0.3.10 (2021-06-14)
0.3.9 (2021-05-31)
0.3.8 (2021-05-12)
- key_gen: if m is set to 0 or 1, we did not detect a threshold (906ca05)
0.3.7 (2021-03-03)
0.3.6 (2021-02-25)
0.3.5 (2021-02-09)
0.3.4 (2021-02-03)
0.3.3 (2021-01-20)
0.3.2 (2021-01-13)
0.3.1 (2021-01-04)
0.3.0 (2021-01-04)
- use thiserror and remove members
- use thiserror and remove members (4d4b7c5)
0.2.2 (2020-11-18)
0.2.1 (2020-10-05)
0.2.0 (2020-10-01)
- the commit before changed API to use XorName as participants indexing key, instead of generic type with traits. This commit is just to trigger a major version update.
- using XorName as participants key (2b617a2)
0.1.5 (2020-10-01)
0.1.4 (2020-09-30)
0.1.3 (2020-09-30)
0.1.2 (2020-09-30)
0.1.1 (2020-09-21)
0.1.0 (2020-08-31)
- Initial implementation