Open
Description
Is your feature request related to a problem? Please describe.
There is currently no way to tell if this repo is actually being used in production on Twitter. If the goal is actually to "open source the-algorithm", to provide transparency and allow the public to review it, then it is meaningless to post a bunch of code without proving that it is being used.
Describe the solution you'd like
- Versioning of the algorithm complete with a cryptographic hash should be displayed somewhere on Twitter that is public and easy to find.
- The cryptographic hash is generated for each release and can be verified by a member of the public that it is in production.
- Verification does not need to be doable by any, non-technical person but instructions for verification should be provided, and it must be a credible and trustless process.
- Alternatively but far less ideally, a trusted, independent third party verifies the version/SHA whatever that is claimed to be used and outlines how they did it.