google / go-tpm

Apache License 2.0
561 stars 161 forks source link

Add TPM2_HMAC_Start implementation #351

Closed nckrss closed 9 months ago

nckrss commented 9 months ago
nckrss commented 9 months ago

I updated the Dockerfile to use golang:1.21 because using golang:latest introduces incompatible changes between the linter v1.52.2 and go 1.22. Updating the linter to v1.56.2 (latest) raises new lint errors not in scope for this PR. If you're open to updating dependencies, I can open a separate PR to update the dependencies and fix lint errors.

chrisfenner commented 9 months ago

Thanks @nckrss for the change!

chrisfenner commented 9 months ago

I updated the Dockerfile to use golang:1.21 because using golang:latest introduces incompatible changes between the linter v1.52.2 and go 1.22. Updating the linter to v1.56.2 (latest) raises new lint errors not in scope for this PR. If you're open to updating dependencies, I can open a separate PR to update the dependencies and fix lint errors.

If you would like to do this, I would love to review the PR! Thanks in advance!

nckrss commented 9 months ago

If you would like to do this, I would love to review the PR! Thanks in advance!

Opened #353