feat: Add implementation details and dependencies

- Added a detailed implementation status report (impl.md).
- Added the `@noble/hashes` dependency for Blake3 hashing.
- Updated package.json and pnpm-lock.yaml accordingly.
- Created a new component for Blake3 hashing demo.
This commit is contained in:
Mahmoud Emad
2025-05-13 10:42:18 +03:00
parent 2c16c8bc11
commit 773fd2e2bf
8 changed files with 5488 additions and 51 deletions

View File

@@ -31,6 +31,7 @@
"@libp2p/webrtc": "^5.2.12",
"@libp2p/websockets": "^9.2.10",
"@libp2p/webtransport": "^5.0.40",
"@noble/hashes": "^1.8.0",
"@tailwindcss/postcss": "^4.1.6",
"@tailwindcss/vite": "^4.1.6",
"class-variance-authority": "^0.7.1",