From 74481ce90aa21b1d2e5d8608183cf843f38c8971 Mon Sep 17 00:00:00 2001 From: MathxH Chen Date: Sat, 9 Jan 2021 10:46:44 +0800 Subject: [PATCH] Update Version 0.0.1 --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..7445195 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,7 @@ +# 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) \ No newline at end of file