Skip to content

Commit a1fb8f9

Browse files
Merge pull request #6118 from InventiveCoder/develop
fix(doc): fix some typos in comment
2 parents 2cc57bd + 5c53c3b commit a1fb8f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crypto/src/main/java/org/tron/common/crypto/cryptohash/Digest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
package org.tron.common.crypto.cryptohash;
2020

2121
/**
22-
* Copyright (c) 2007-2010 Projet RNRT SAPHIR
22+
* Copyright (c) 2007-2010 Project RNRT SAPHIR
2323
*
2424
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2525
* associated documentation files (the "Software"), to deal in the Software without restriction,

crypto/src/main/java/org/tron/common/crypto/sm2/SM2Signer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public boolean verifySignature(byte[] message, BigInteger r, BigInteger s,
185185
}
186186

187187
/**
188-
* verfify the hash signature
188+
* verify the hash signature
189189
*/
190190
public boolean verifyHashSignature(byte[] hash, BigInteger r, BigInteger s) {
191191
BigInteger n = ecParams.getN();

framework/src/test/java/org/tron/core/zksnark/ShieldedReceiveTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public void testBroadcastBeforeAllowZksnark()
317317
}
318318

319319
/*
320-
* generate spendproof, dataToBeSigned, outputproof example dynamicly according to the params file
320+
* generate spendproof, dataToBeSigned, outputproof example dynamically according to the params file
321321
*/
322322
public String[] generateSpendAndOutputParams() throws ZksnarkException, BadItemException {
323323
librustzcashInitZksnarkParams();

0 commit comments

Comments
 (0)