You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update GenerateKemRequest and GenerateKemResponse JSON tags to use
snake_case.
- Update KemAlgorithm enum string representation to remove
KEM_ALGORITHM_ prefix.
- Update tests to reflect these changes.
{"lifespan as integer", `{"algorithm":"KEM_ALGORITHM_DHKEM_X25519_HKDF_SHA256","key_protection_mechanism":"KEY_PROTECTION_VM","lifespan":3600}`},
179
-
{"lifespan missing s suffix", `{"algorithm":"KEM_ALGORITHM_DHKEM_X25519_HKDF_SHA256","key_protection_mechanism":"KEY_PROTECTION_VM","lifespan":"3600"}`},
0 commit comments