-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
78 lines (42 loc) · 970 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Version 0.2.7
## Improvements
- Remove useless clone()
- Fix warnings for clippy
# Version 0.2.5
## Fixs
- Change license
# Version 0.2.4
## Fixs
- Fix clippy errors
# Version 0.2.3
## Improvements
- Use borrowed types for arguments
# Version 0.2.2
## Fixs
- Fix clippy warning
# Version 0.2.1
## Fixs
- Make API easier to use
# Version 0.2.0
## Features
- Add reconstruct_parallelized API for improve reconstruct performance
# Version 0.1.0
## Improvements
- Upgrade dependencies version
- Improve doc
- Improve mpvss-rs's API
# Version 0.0.4
## Improvements
- Improve example mpvss_sub
# Version 0.0.3
## Improvements
- Add publish workflow for cargo publish
# Version 0.0.2
## Improvements
- Add more exmpales.
- Add crate-level doc.
# Version 0.0.1
## Features
- Support secret shares reconstruction.
- Support threshhold (t, n) scheme.
- Secret Reconstruction in single-thread. (multi-thread reconstruction will be coming soon)