RalphTro / epcis-event-hash-generator

ALGORITHM and SOFTWARE PROTOTYPE to uniquely identify/validate the integrity of any EPCIS event through a common, syntax-agnostic approach based on hashing. Takes an EPCIS Document (formatted in either XML or JSON-LD) and returns the corresponding hash value(s).
MIT License
8 stars 4 forks source link

Omit EventID #19

Closed Echsecutor closed 4 years ago

Echsecutor commented 4 years ago

Since the hash can not be recovered, if the eventID is replaced with the hash and hence an existing id is shadowed.

RalphTro commented 4 years ago

Perfect, @Echsecutor! I also just removed eventID fro our algorithm description.