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

ignore eventID field while calculating hash #42

Closed dakbhavesh closed 3 years ago

dakbhavesh commented 3 years ago

Dear @RalphTro,

As discussed in issue #41, I have adjusted logic for both XML and JSON to ignore the eventID field while calculating the hash.

RalphTro commented 3 years ago

Many thanks for this as well, @dakbhavesh!