Skip to content

Commit 21695be

Browse files
committed
Updated a comment.
1 parent 92887ae commit 21695be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public GroupElement getA() {
4848
}
4949

5050
public GroupElement getNegativeA() {
51-
// Only read Aneg once, otherwise read re-ordering might occur between here and return.
51+
// Only read Aneg once, otherwise read re-ordering might occur between here and return. Requires all GroupElement's fields to be final.
5252
GroupElement ourAneg = Aneg;
5353
if(ourAneg == null) {
5454
ourAneg = A.negate();

0 commit comments

Comments
 (0)