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

de-spaghetti #4

Closed Echsecutor closed 4 years ago

Echsecutor commented 4 years ago

Bevore starting with https://github.com/RalphTro/epcis-event-hash-generator/issues/2 the current code should be modularized.

Echsecutor commented 4 years ago

fixed in https://github.com/RalphTro/epcis-event-hash-generator/pull/7