- Fix order of operations of HMAC function in
hashed_id(). Previously, the function computedHMAC(app_id, device_id). It now matches the Go machineid package, computingHMAC(device_id, app_id). This is a breaking change for all previously generated hashed IDs, so update accordingly.