Skip to content

Commit

Permalink
Update simplehash/schemav2.go
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Gough <[email protected]>
  • Loading branch information
honourfish authored Jan 24, 2024
1 parent fee27b6 commit bebf42d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions simplehash/schemav2.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ func NewHasherV2() HasherV2 {
// boundaries.
// - WithPublicFromPermissioned should be set if the event is the
// permissioned (owner) counter part of a public attestation.
// - WithAsCommitted should be set if the caller is implementing COMMITMENT
// trust level as part of an evidence subsystem implementation. The
// expectation is that the caller has a STORED record to hand, and is in
// the process of creating the COMMITTED record. It is the COMMITTED record
// that needs to
// be publicly verifiable.
func (h *HasherV2) HashEvent(event *v2assets.EventResponse, opts ...HashOption) error {
o := HashOptions{}
Expand Down

0 comments on commit bebf42d

Please sign in to comment.