en un clic
cipherlib
cipherlib contient 4 skills collectées depuis bitanon, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Run the cipherlib release ritual — local pre-flight mirroring release-test.yml, CHANGELOG entry, single version-bump commit, matching vX.Y.Z tag, tag push, and CI watch through pub.dev publish. Use ONLY when the maintainer explicitly asks to release, publish, or bump the version.
Scaffold a new cipher algorithm, AES mode, or AEAD variant end-to-end in cipherlib house style — implementation, barrel wiring, canonical test file with KAT placeholders, integration parity, benchmark, README row, and CHANGELOG entry. Use whenever adding any new algorithm to this package.
Run cipherlib benchmarks and regenerate BENCHMARK.md plus its README embed safely, with the reference-machine guard. Use when measuring a performance change or when benchmark tables need refreshing.
The cipherlib verification gate — run after completing any change and before declaring it done. Ordered, fail-fast, CI-parity checks with a pass/fail report. Also covers when to add node-platform and integration runs.