nodejs-keccak256
Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install nodejs-keccak256 --cli claudewrites the skill into.claude/skills/nodejs-keccak256/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/nodejs-keccak256/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation.
When to use it
Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation.
How to install / invoke
Vendored from affaan-m/ecc (skills). See the source: https://github.com/affaan-m/ecc/blob/main/skills/nodejs-keccak256/SKILL.md
Notes
Ingested from the affaan-m/ecc harness library (MIT).