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

Use original `iroha_crypto` crate #186

Closed 0x009922 closed 4 months ago

0x009922 commented 7 months ago

Description

Current @iroha2/crypto-* are based on a manually re-written version of old iroha_crypto Rust crate to support no_std target.

Now iroha_crypto is being majorly renovated, starting from https://github.com/hyperledger/iroha/pull/4047. I am not sure, but I can guess it should support no_std target.

0x009922 commented 7 months ago

Just found this: