Skip to content

Commit

Permalink
chore: fix some typos in comment
Browse files Browse the repository at this point in the history
Signed-off-by: InventiveCoder <[email protected]>
  • Loading branch information
InventiveCoder committed Dec 10, 2024
1 parent f16c3f8 commit 5c53c3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package org.tron.common.crypto.cryptohash;

/**
* Copyright (c) 2007-2010 Projet RNRT SAPHIR
* Copyright (c) 2007-2010 Project RNRT SAPHIR
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public boolean verifySignature(byte[] message, BigInteger r, BigInteger s,
}

/**
* verfify the hash signature
* verify the hash signature
*/
public boolean verifyHashSignature(byte[] hash, BigInteger r, BigInteger s) {
BigInteger n = ecParams.getN();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public void testBroadcastBeforeAllowZksnark()
}

/*
* generate spendproof, dataToBeSigned, outputproof example dynamicly according to the params file
* generate spendproof, dataToBeSigned, outputproof example dynamically according to the params file
*/
public String[] generateSpendAndOutputParams() throws ZksnarkException, BadItemException {
librustzcashInitZksnarkParams();
Expand Down

0 comments on commit 5c53c3b

Please sign in to comment.