Add support for creating and signing with PQ algorithms ML-DSA (and optionally SLH-DSA) on cloudkms. https://docs.cloud.google.com/kms/docs/digital-signatures https://docs.cloud.google.com/kms/docs/algorithms#pqc_signing_algorithms https://docs.cloud.google.com/kms/docs/reference/rest/v1/CryptoKeyVersionAlgorithm Note that Go 1.27 might only support X.509 with ML-DSA. See https://github.com/golang/go/issues/78888
Add support for creating and signing with PQ algorithms ML-DSA (and optionally SLH-DSA) on cloudkms.
https://docs.cloud.google.com/kms/docs/digital-signatures
https://docs.cloud.google.com/kms/docs/algorithms#pqc_signing_algorithms
https://docs.cloud.google.com/kms/docs/reference/rest/v1/CryptoKeyVersionAlgorithm
Note that Go 1.27 might only support X.509 with ML-DSA. See golang/go#78888