Added xchacha encryption
This commit is contained in:
parent
c21f6ac308
commit
c266940704
2 changed files with 13 additions and 0 deletions
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
|
|
@ -14,6 +14,9 @@ importers:
|
|||
'@kobalte/core':
|
||||
specifier: ^0.13.11
|
||||
version: 0.13.11(solid-js@1.9.11)
|
||||
'@rabbit-company/xchacha20':
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(typescript@5.8.3)
|
||||
'@solidjs-use/integrations':
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(qrcode@1.5.4)(sortablejs@1.15.6)
|
||||
|
|
@ -814,6 +817,11 @@ packages:
|
|||
resolution: {integrity: sha512-WYa2tUVV5HiArWPB3ydlOc4R2ivq0IDrlqhMi3l7mVsFEXNcTfxYFPIHXHXIh/ca/y/V5N4E1zecyxdIBjYnkQ==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
|
||||
'@rabbit-company/xchacha20@2.3.0':
|
||||
resolution: {integrity: sha512-d2itZPlgb+Sxpdi9jBMGEfenQQyQwdynxw6pkgoDXth6y236c9NGxi8Y5k12tlE6l0vhzwRcrmfL/DpOIOnSRg==}
|
||||
peerDependencies:
|
||||
typescript: ^5.6.2
|
||||
|
||||
'@rollup/pluginutils@5.3.0':
|
||||
resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
|
|
@ -2568,6 +2576,10 @@ snapshots:
|
|||
'@parcel/watcher-win32-x64': 2.5.4
|
||||
optional: true
|
||||
|
||||
'@rabbit-company/xchacha20@2.3.0(typescript@5.8.3)':
|
||||
dependencies:
|
||||
typescript: 5.8.3
|
||||
|
||||
'@rollup/pluginutils@5.3.0(rollup@4.52.1)':
|
||||
dependencies:
|
||||
'@types/estree': 1.0.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue