Skip to content

Commit

Permalink
protos: indentation
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jan 17, 2024
1 parent db90d7f commit 40ea700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protos/sigstore_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ message HashOutput {
// See: docs/algorithm-registry.md
enum KnownSignatureAlgorithm {
KNOWN_SIGNATURE_ALGORITHM_UNSPECIFIED = 0;
RSA_SIGN_PKCS1_2048_SHA256 = 1;
RSA_SIGN_PKCS1_3072_SHA256 = 2;
RSA_SIGN_PKCS1_4096_SHA256 = 3;
RSA_SIGN_PKCS1_2048_SHA256 = 1;
RSA_SIGN_PKCS1_3072_SHA256 = 2;
RSA_SIGN_PKCS1_4096_SHA256 = 3;
ECDSA_SHA2_256_NISTP256 = 4;
ECDSA_SHA2_384_NISTP384 = 5;
ECDSA_SHA2_512_NISTP521 = 6;
Expand Down

0 comments on commit 40ea700

Please sign in to comment.