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
structural refacturing to improve modularization fixes #46 #47
This refacturing yields a better separation of concerns into modules
epcis_hash_from_file
in__main__
puts things together