Jaco 2893343bf2 Bump dev (#481)
* Bump dev

* typo
2023-02-28 12:45:45 +02:00
2023-02-15 09:17:39 +02:00
2022-03-10 09:36:44 +02:00
2020-10-23 11:14:40 +02:00
2023-02-28 12:45:45 +02:00
2023-01-27 10:26:14 +02:00
2019-03-17 13:12:14 +01:00
2023-01-01 10:23:06 +02:00
2022-07-11 16:36:57 +03:00
2022-01-13 10:05:36 +02:00
2019-03-17 13:12:14 +01:00
2021-06-08 17:04:07 +02:00
2023-01-01 10:23:06 +02:00
2022-03-10 09:36:44 +02:00
2022-12-03 09:47:40 +02:00
2019-03-15 13:00:05 +01:00
2023-02-27 09:46:41 +00:00
2022-08-16 15:04:17 +03:00
2019-03-17 13:12:14 +01:00
2023-02-28 12:45:45 +02:00
2022-12-08 08:21:37 +02:00
2022-01-11 08:43:55 +02:00
2023-02-28 12:45:45 +02:00

@polkadot/wasm

Various WASM wrappers around Rust crates

overview

It is split up into a number of internal packages, namely utilities -

  • wasm-crypto Various hashing functions, sr25519 & ed25519 crypto

These are split from the polkadot-js/util repo where it is heavily used as part of @polkadot/util-crypto. (There JS fallbacks are available for some interfaces, e.g. hashing, but for sr25519 WASM is the only interface). Since these don't undergo massive changes on a daily basis and has a build overhead (WASM compilation & optimisation), it is better managed as a seperate repo with a specific CI configuration.

development

Contributions are welcome!

To start off, this repo (along with others in the @polkadot family) uses yarn workspaces to organise the code. As such, after cloning, its dependencies should be installed via yarn, not via npm; the latter will result in broken dependencies.

Description
Fork of polkadot-js/wasm. Adds ML-DSA-65/87 and Poseidon2-over-Goldilocks to the @polkadot/wasm-crypto build, wrapping the chain's own qp-rusty-crystals-dilithium / qp-poseidon-core / qp-rusty-crystals-hdwallet crates so the browser and the runtime share one implementation.
Readme Apache-2.0 32 MiB
Languages
Rust 45.7%
JavaScript 25.1%
TypeScript 25%
Shell 4%
HTML 0.2%