Skip to content

Commit

Permalink
removed spurios ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Nov 12, 2024
1 parent 9bfdbe4 commit f848364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public MLDSAPrivateKeyParameters(MLDSAParameters params, byte[] encoding, MLDSAP
}
else
{
this.t1 = eng.deriveT1(rho, k, tr, s1, s2, t0);;
this.t1 = eng.deriveT1(rho, k, tr, s1, s2, t0);
}
this.seed = null;
}
Expand Down

0 comments on commit f848364

Please sign in to comment.