mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
Refactor QR decryption routines to use sjcl. Remove asmcrypto.js dependency.
May or may not break depending on the build of sjcl and/or minification options. It remains to be seen.
This commit is contained in:
parent
9d247659c7
commit
37df009806
6 changed files with 128 additions and 35 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"@bprogress/next": "^3.2.12",
|
||||
"@hello-pangea/dnd": "^18.0.1",
|
||||
"@prisma/client": "^6.7.0",
|
||||
"@trafficlunar/asmcrypto.js": "^1.0.2",
|
||||
"@types/sjcl": "^1.0.34",
|
||||
"bit-buffer": "^0.2.5",
|
||||
"canvas-confetti": "^1.9.3",
|
||||
"dayjs": "^1.11.13",
|
||||
|
|
@ -34,6 +34,7 @@
|
|||
"react-dropzone": "^14.3.8",
|
||||
"react-webcam": "^7.2.0",
|
||||
"sharp": "^0.34.1",
|
||||
"sjcl-with-all": "1.0.8",
|
||||
"swr": "^2.3.3",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue