Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Dec 16, 2023
2 parents 5adb2c5 + 1d83aa8 commit 4d1f8aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public byte[] getMasterSecret()

public long getUsagesRemaining()
{
return maxQ - q;
return maxQ - getIndex();
}

public LMSPublicKeyParameters getPublicKey()
Expand Down

0 comments on commit 4d1f8aa

Please sign in to comment.