From 3b919eda9b8a034c5829020399244e38f516b6bd Mon Sep 17 00:00:00 2001 From: kensato Date: Thu, 12 Jun 2025 10:25:18 +0900 Subject: [PATCH] Update CHANGELOG.md for version 1.0.5 release notes --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b5090..d0f4af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Table of Contents - [Unreleased](#unreleased) +- [1.0.5- 2025-05-30](#105---2025-05-30) - [1.0.4- 2025-04-28](#104---2025-04-28) - [1.0.3 - 2025-03-26](#103---2025-03-26) - [1.0.2 - 2025-02-28](#102---2025-02-28) @@ -38,6 +39,27 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Security - (Notify of any improvements related to security vulnerabilities or potential risks.) +--- +## [1.0.5] - 2025-05-30 + +### Added +Introducing an implementation of Shamir's Secret Sharing scheme for securely splitting and recovering private keys. + +The update includes the following: + +- KeyShares, Polynomial, and PointInFiniteField classes to manage key splitting logic + +- Integrity verification for share validation + +- Robust error handling during reconstruction + +- Comprehensive unit tests + +- Examples demonstrating the use and behavior of the implemented methods + +The implementation is designed to follow the functionality and interface of the existing TypeScript SDK. Compatibility has been verified. + + --- ## [1.0.4] - 2025-04-28