Skip to content

0.12.17

Choose a tag to compare

@jedisct1 jedisct1 released this 01 Jul 12:13
· 20 commits to master since this release
0.12.17

This release adds support for the WASI Crypto extensions, that eliminate side channel vulnerabilities by using native implementations but also brings huge speedups for common operations.

RSA-2048, wasmedge 0.17

Operation Pure Rust WASI-Crypto Speedup
RS256 keygen 136.65 s 78.6 ms ~1700×
RS256 sign 2.21 s 21.3 ms 104×
RS256 verify 238.2 ms 1.57 ms 152×