Add ethers.js and libsodium, document crypto policy
All checks were successful
check / check (push) Successful in 21s

Runtime deps: ethers 6.16.0 (all Ethereum operations) and
libsodium-wrappers-sumo 0.8.2 (Argon2id + XSalsa20-Poly1305 for
encrypting secrets at rest). README now documents all dependencies
with versions/licenses, a crypto policy forbidding raw primitives
in application code, and the updated encryption scheme.
This commit is contained in:
2026-02-25 15:37:49 +07:00
parent e6d8f6acf4
commit a967029511
3 changed files with 132 additions and 21 deletions

View File

@@ -18,5 +18,8 @@
"prettier": "^3.8.1",
"tailwindcss": "^4.2.1"
},
"dependencies": {}
"dependencies": {
"ethers": "^6.16.0",
"libsodium-wrappers-sumo": "^0.8.2"
}
}