ietf-wg-ppm / draft-ietf-ppm-dap-taskprov

Define DAP extension for in-band task provisioning.
Other
3 stars 4 forks source link

Add salt to task ID computation (*) #73

Closed cjpatton closed 1 month ago

cjpatton commented 1 month ago

Closes #64.

Current the task ID is computed by hashing the raw TaskConfig. Prepend the TaskConfig with a salt string so that it's less likely we'll confuse the task ID with the hash of the task config in a different context.

cjpatton commented 1 month ago

Whoops, I forgot to change base before merging. I cherry-picked this commit onto main and pushed.