@wireapp/core-crypto 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireapp/core-crypto",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "CoreCrypto bindings for the Web",
5
5
  "type": "module",
6
6
  "module": "platforms/web/corecrypto.js",