This is the multi-page printable view of this section. Click here to print.
C projects
- 1: Misc
- 2: Openssl build
- 3: SRI calculator
1 - Misc
Random C code
2 - Openssl build
3 - SRI calculator
Cli app to calculate subresource integrity
Links
Help
Usage: sri [OPTION...]
Generate sri of a file
Example:
bazel run //c/sri:bin -- --digest sha256 --file ${PWD}/README.md
-d, --digest=String Digest type (sha256, for example)
-f, --file=Path Path to the file to parse
-?, --help Give this help list
--usage Give a short usage message