Skip to content

Commit 245c0f5

Browse files
Google APIscopybara-github
authored andcommitted
feat: support the ED25519 asymmetric signing algorithm
PiperOrigin-RevId: 630661612
1 parent 93dc889 commit 245c0f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/kms/v1/resources.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@ message CryptoKeyVersion {
434434
// https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms
435435
EC_SIGN_SECP256K1_SHA256 = 31;
436436

437+
// EdDSA on the Curve25519 in pure mode (taking data as input).
438+
EC_SIGN_ED25519 = 40;
439+
437440
// HMAC-SHA256 signing with a 256 bit key.
438441
HMAC_SHA256 = 32;
439442

0 commit comments

Comments
 (0)