quantum-resistant-rustykey 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,6 +43,7 @@ Wasm code is compiled into a low-level bytecode that is validated before executi
|
|
|
43
43
|
### Cons
|
|
44
44
|
#### Complex
|
|
45
45
|
WASM is more complex to work with than JavaScript, and requires a build process to compile code into WASM modules and manual memory management, which is why this package exists...to make it easier for developers and end-users to incorporate the benefits of increased security and faster speed into their authentication, authorization and other encryption/decryption workflows.
|
|
46
|
+
|
|
46
47
|
#### No Direct DOM Access
|
|
47
48
|
WASM cannot directly manipulate the DOM. It relies on JavaScript to interact with the DOM, which adds complexity and can affect performance when frequent DOM interactions are needed.
|
|
48
49
|
#### Garbage Collection
|