Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707838265
Change-Id: Idff6dd6651323a0636231b869715c229cf5a98db
  • Loading branch information
ise-crypto authored and copybara-github committed Dec 19, 2024
1 parent d62d277 commit c988c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tink/signature/internal/ml_dsa_sign_boringssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ util::StatusOr<std::unique_ptr<PublicKeySign>> NewMlDsaSignBoringSsl(
} // namespace tink
} // namespace crypto

#endif // TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_INTERNAL_ML_DSA_SIGN_BORINGSSL_H_
#endif // TINK_SIGNATURE_INTERNAL_ML_DSA_SIGN_BORINGSSL_H_
2 changes: 1 addition & 1 deletion tink/signature/internal/ml_dsa_verify_boringssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ util::StatusOr<std::unique_ptr<PublicKeyVerify>> NewMlDsaVerifyBoringSsl(
} // namespace tink
} // namespace crypto

#endif // TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_INTERNAL_ML_DSA_VERIFY_BORINGSSL_H_
#endif // TINK_SIGNATURE_INTERNAL_ML_DSA_VERIFY_BORINGSSL_H_

0 comments on commit c988c03

Please sign in to comment.