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
Use client-side digest computation for signing (#670)
This should not change anything functional in the signature but rather
move the digest calculation from the API (i.e. server-side in Cloud KMS)
to our code (i.e. client-side).
Notably, there is an API constraint that content be <=64kB when using
server-side hashing so we can allow for larger attestation payloads by
moving that client-side.
0 commit comments