hyperledger / iroha-javascript

JavaScript library for Iroha, a Distributed Ledger Technology (blockchain) platform.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
94 stars 64 forks source link

Rewrite Crypto WASM using the original `iroha_crypto` crate #188

Closed 0x009922 closed 3 months ago

0x009922 commented 4 months ago

Closes #186

See changesets and the issue for context.

Additionally, I have significantly extended integration tests around crypto.

DCNick3 commented 4 months ago

I don't know that much about wasm-bindgen, but otherwise crypto-rs LGTM

0x009922 commented 4 months ago

@DCNick3, thanks!

0x009922 commented 3 months ago

This PR needs to update due to merge of https://github.com/hyperledger/iroha/pull/4341