google / go-sev-guest

go-sev-guest offers a library to wrap the /dev/sev-guest device in Linux, as well as a library for attestation verification of fundamental components of an attestation report.
Apache License 2.0
46 stars 19 forks source link

Fix `TrustedKeyKeys` typo #71

Closed msanft closed 1 year ago

msanft commented 1 year ago

In the godoc of TrustedIDKeyHashes, it should say "Not required if TrustedIDKeys is provided." instead of "Not required if TrustedKeyKeys is provided.".

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

deeglaze commented 1 year ago

Thanks for the fix!