We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dd028 commit e0d9b45Copy full SHA for e0d9b45
README.md
@@ -734,6 +734,8 @@ Use low-level libraries & languages.
734
735
- **Commits** are signed with PGP keys, to prevent forgery. Make sure to verify commit signatures
736
- **Releases** are transparent and built on GitHub CI. Make sure to verify [provenance](https://docs.npmjs.com/generating-provenance-statements) logs
737
+ - Use GitHub CLI to verify single-file builds:
738
+ `gh attestation verify --owner paulmillr noble-curves.js`
739
- **Rare releasing** is followed to ensure less re-audit need for end-users
740
- **Dependencies** are minimized and locked-down: any dependency could get hacked and users will be downloading malware with every install.
741
- We make sure to use as few dependencies as possible
0 commit comments