Skip to content

Commit 602519a

Browse files
author
gefeili
committed
Fix a typo in SLHDSA
1 parent 41d35f2 commit 602519a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/java/org/bouncycastle/pqc/crypto/slhdsa/HashSLHDSASigner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.bouncycastle.util.Arrays;
2020

2121
/**
22-
* SLH-DA signer.
22+
* SLH-DSA signer.
2323
*/
2424
public class HashSLHDSASigner
2525
implements Signer

core/src/main/java/org/bouncycastle/pqc/crypto/slhdsa/SLHDSASigner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import org.bouncycastle.util.Arrays;
1010

1111
/**
12-
* SLH-DA signer.
12+
* SLH-DSA signer.
1313
* <p>
1414
* This version is based on the 3rd submission with deference to the updated reference
1515
* implementation on github as at November 9th 2021. This version includes the changes

0 commit comments

Comments
 (0)