Skip to content

Commit 1b009d2

Browse files
Fix typo in wasm-mps description
Ticket: 1425
1 parent 5540444 commit 1b009d2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/wasm-mps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/wasm-mps",
3-
"description": "WebAssembly wrapper for multi-partyschnorr protocol",
3+
"description": "WebAssembly wrapper for multi-party-schnorr protocol",
44
"version": "0.0.1",
55
"type": "module",
66
"repository": {

packages/wasm-mps/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ mod tests {
187187
use super::*;
188188
use rand::{self, Rng};
189189

190+
/// Test full DGK protocol.
190191
#[test]
191192
fn test_dkg() {
192193
// Generate key pairs and seeds for all parties

0 commit comments

Comments
 (0)