@wireapp/core-crypto 1.0.0 → 1.0.2
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/platforms/web/core-crypto-ffi_bg.wasm +0 -0
- package/platforms/web/corecrypto.js +393 -390
package/README.md
CHANGED
|
@@ -175,6 +175,7 @@ cargo bench --bench=commit -- --quick
|
|
|
175
175
|
```
|
|
176
176
|
where `commit` is the name of the bench specified in [`crypto/Cargo.toml`](crypto/Cargo.toml), and the corresponding file in [`crypto/benches`](crypto/benches/).
|
|
177
177
|
In case you're interested in higher accuracy, and willing to trade it for execution speed, omit the `--quick` flag.
|
|
178
|
+
If you need reporting plots, remove the `.without_plots()` call in [`crypto/benches/utils/mod.rs`](crypto/benches/utils/mod.rs).
|
|
178
179
|
The reports generated by criterion will be located in `target/criterion`.
|
|
179
180
|
|
|
180
181
|
## Git workflow
|
package/package.json
CHANGED
|
Binary file
|