feat: init commit

This commit is contained in:
2025-05-29 23:18:01 +08:00
parent 50abef98c3
commit acd5f732f0
7 changed files with 440 additions and 0 deletions

7
common.go Normal file
View File

@@ -0,0 +1,7 @@
package main
const (
srkAuthEnvVar = "TPM_SRK_AUTH"
usageAuthEnvVar = "TPM_USAGE_AUTH"
migrationAuthEnvVar = "TPM_MIGRATION_AUTH"
)