File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9525,8 +9525,8 @@ library FHE {
95259525 /// - The `decryptionProof` is empty or has an invalid length.
95269526 /// - The number of valid signatures is zero or less than the configured KMS signers threshold.
95279527 /// - Any signature is produced by an address that is not a registered KMS signer.
9528- /// @dev Returns false if any there are enough signatures to reach threshold, but some recovered signer is duplicated.
9529- /// @return true if the signatures verification succeeds, false or revert otherwise.
9528+ /// @dev Returns false if there are enough signatures to reach threshold, but some recovered signer is duplicated.
9529+ /// @return true if the signatures verification succeeds, false or reverts otherwise.
95309530 function isPublicDecryptionResultValid (
95319531 bytes32 [] memory handlesList ,
95329532 bytes memory abiEncodedCleartexts ,
Original file line number Diff line number Diff line change @@ -318,8 +318,8 @@ library FHE {
318318 /// - The `decryptionProof` is empty or has an invalid length.
319319 /// - The number of valid signatures is zero or less than the configured KMS signers threshold.
320320 /// - Any signature is produced by an address that is not a registered KMS signer.
321- /// @dev Returns false if any there are enough signatures to reach threshold, but some recovered signer is duplicated.
322- /// @return true if the signatures verification succeeds, false or revert otherwise.
321+ /// @dev Returns false if there are enough signatures to reach threshold, but some recovered signer is duplicated.
322+ /// @return true if the signatures verification succeeds, false or reverts otherwise.
323323 function isPublicDecryptionResultValid(
324324 bytes32[] memory handlesList,
325325 bytes memory abiEncodedCleartexts,
Original file line number Diff line number Diff line change @@ -9525,8 +9525,8 @@ library FHE {
95259525 /// - The `decryptionProof` is empty or has an invalid length.
95269526 /// - The number of valid signatures is zero or less than the configured KMS signers threshold.
95279527 /// - Any signature is produced by an address that is not a registered KMS signer.
9528- /// @dev Returns false if any there are enough signatures to reach threshold, but some recovered signer is duplicated.
9529- /// @return true if the signatures verification succeeds, false or revert otherwise.
9528+ /// @dev Returns false if there are enough signatures to reach threshold, but some recovered signer is duplicated.
9529+ /// @return true if the signatures verification succeeds, false or reverts otherwise.
95309530 function isPublicDecryptionResultValid (
95319531 bytes32 [] memory handlesList ,
95329532 bytes memory abiEncodedCleartexts ,
You can’t perform that action at this time.
0 commit comments