Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos in comment #6118

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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