-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
At a high level, the goal of this project is to make it easy to develop software in Rust which, when compiled, can be independently verified to determine that a given binary was produced from a particular source code input.
To accomplish this, compiling Rust code must produce byte-for-byte identical results given a particular source code input, allowing multiple third parties to come to a consensus on a “correct” result.
How exactly this should be accomplished is debatable, and this issue is a place to discuss potential designs.
See the previous Secure Code WG issue on this topic for more background:
Prior Art
- reprotest (Python): reproducibility testing tool
- diffoscope (Python): binary diffing tool
dongcarl, naftulikay, Carreau, rugk, pepyakin and 4 moregilescopematthieu-m
Metadata
Metadata
Assignees
Labels
No labels