feat(shared): lift recovery-code primitives into shared crypto module

This commit is contained in:
byGalax
2026-05-15 21:54:57 +02:00
parent d9f3c6c562
commit eef884c782
7 changed files with 96 additions and 1 deletions
+2
View File
@@ -40,7 +40,9 @@
"react-i18next": { "optional": false }
},
"devDependencies": {
"@types/libsodium-wrappers": "^0.7.14",
"@types/react": "^18.3.12",
"libsodium-wrappers-sumo": "0.7.15",
"react": "^18.3.1",
"react-i18next": "^15.1.1"
}