Skip to content

Commit 596ea37

Browse files
committed
Merge branch 'oscerd-patch-1'
2 parents fb96b8f + a267679 commit 596ea37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/main/java/org/bouncycastle/pqc/legacy/crypto/gmss/GMSSRootSig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ else if (test > 0)
414414
test--;
415415
}
416416
if (test == 0)
417-
{ // if all hashes done copy result to siganture
417+
{ // if all hashes done copy result to signature
418418
// array
419419
System.arraycopy(privateKeyOTS, 0, sign, counter * mdsize,
420420
mdsize);
@@ -477,7 +477,7 @@ else if (test > 0)
477477
test--;
478478
}
479479
if (test == 0)
480-
{ // if all hashes done copy result to siganture
480+
{ // if all hashes done copy result to signature
481481
// array
482482
System.arraycopy(privateKeyOTS, 0, sign, counter * mdsize,
483483
mdsize);
@@ -542,7 +542,7 @@ else if (test8 > 0)
542542
test8--;
543543
}
544544
if (test8 == 0)
545-
{ // if all hashes done copy result to siganture
545+
{ // if all hashes done copy result to signature
546546
// array
547547
System.arraycopy(privateKeyOTS, 0, sign, counter * mdsize,
548548
mdsize);

0 commit comments

Comments
 (0)