From 49286d27fbd515bd3f674d8cb1f21f01f04073e7 Mon Sep 17 00:00:00 2001 From: Satchmo Date: Tue, 3 Sep 2024 14:24:20 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3fa1b..28ebc57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. The format - Added PublicKey.ToHash() - sha256 hash, then ripemd160 of the public key (matching ts implementation)` - Added new KeyShares and polynomial primitives, and polynomial operations to support key splitting - Tests for all new keyshare, private key, and polynomial operations + - added recommended vscode plugin and extension settings for this repo in .vscode directory ### Added - `PrivateKey.ToKeyShares`