Skip to content

Commit

Permalink
Update keysgen.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rsync25 authored Nov 17, 2023
1 parent 32ae8cd commit 0579026
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/keysgen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ export const secp256k1
export const ellipticurve

const commitShare = {

pub commitment: Vec<RistrettoPoint>;
pub commitment: String;

const KeyGenCommit = {

const Share = {

0 comments on commit 0579026

Please sign in to comment.