We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2707e commit 560dec0Copy full SHA for 560dec0
common/golang/evidence_api/api.go
@@ -29,7 +29,7 @@ func (t CC_Type) String() string {
29
type EvidenceAPI interface {
30
GetDefaultAlgorithm() (TCG_ALG, error)
31
32
- GetCCReport(nonce, userData string, extraArgs map[string]any) (Report, error)
+ GetCCReport(nonce, userData []byte, extraArgs map[string]any) (Report, error)
33
DumpCCReport(reportBytes []byte) error
34
35
GetMeasurementCount() (int, error)
0 commit comments