User story / Problem statement
Currently @noble/hashes is a major behind (1.8.0 vs 2.x) in carpincho-wallet. It is a cryptographic dependency, so the upgrade needs the highest scrutiny of the epic.
Expected outcome
carpincho-wallet uses @noble/hashes 2.x with all crypto call sites verified against the new API.
Acceptance criteria
Technical notes
Part of #76. API and import paths changed between 1.x and 2.x; do not merge without verifying output equivalence.
User story / Problem statement
Currently
@noble/hashesis a major behind (1.8.0 vs 2.x) incarpincho-wallet. It is a cryptographic dependency, so the upgrade needs the highest scrutiny of the epic.Expected outcome
carpincho-walletuses@noble/hashes2.x with all crypto call sites verified against the new API.Acceptance criteria
@noble/hashes1.8.0 → 2.x in carpincho-walletTechnical notes
Part of #76. API and import paths changed between 1.x and 2.x; do not merge without verifying output equivalence.