Skip to content

Commit

Permalink
feat: support the ED25519 asymmetric signing algorithm
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 630661612
  • Loading branch information
Google APIs authored and Copybara-Service committed May 4, 2024
1 parent 93dc889 commit 245c0f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/kms/v1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@ message CryptoKeyVersion {
// https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms
EC_SIGN_SECP256K1_SHA256 = 31;

// EdDSA on the Curve25519 in pure mode (taking data as input).
EC_SIGN_ED25519 = 40;

// HMAC-SHA256 signing with a 256 bit key.
HMAC_SHA256 = 32;

Expand Down

0 comments on commit 245c0f5

Please sign in to comment.