Skip to content

Commit 77b7f11

Browse files
authored
perf(core)!: optimise interop with crypto wasm, change some crypto apis (#248)
* perf(core)!: optimise interop with crypto wasm Signed-off-by: 0x009922 <[email protected]> * fix: do not pass hash input as hash payload Signed-off-by: 0x009922 <[email protected]> * refactor: reorganise and fix tests, add toJSON Signed-off-by: 0x009922 <[email protected]> --------- Signed-off-by: 0x009922 <[email protected]>
1 parent 6f85297 commit 77b7f11

File tree

14 files changed

+957
-627
lines changed

14 files changed

+957
-627
lines changed

crypto-wasm/Cargo.lock

+329-169
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroha_crypto_wasm"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["0x009922"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)