From da33b7dd431a71f94cc4e78247aceda8f4ef84b8 Mon Sep 17 00:00:00 2001 From: Romashka Date: Wed, 18 Dec 2024 16:41:24 +0200 Subject: [PATCH 1/2] typo-Update cryptography.mdx --- src/pages/core/standard-library/cryptography.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/core/standard-library/cryptography.mdx b/src/pages/core/standard-library/cryptography.mdx index b91c19b4..bfc3820a 100644 --- a/src/pages/core/standard-library/cryptography.mdx +++ b/src/pages/core/standard-library/cryptography.mdx @@ -69,7 +69,7 @@ to keep it that way. The reasoning for that is: - SHA-3 family, Keccak256, cSHAKE256, BLAKE2, BLAKE3, SHA-2 family, KangarooTwelve, etc. (and this is just a small sample set to drive the point home) - Benchmarking and pricing functions (and keeping those up-to-date) correctly is a lot of work -- We want to keep the API surface as small as possible for ease of maintainance +- We want to keep the API surface as small as possible for ease of maintenance Keep in mind that, thanks to Wasm being our execution environment, contract execution is quite fast. In most cases the perceived need to move hashing into a host function is premature optimization and From 630c1e7263bee76befbf868796b34d7e366d71b9 Mon Sep 17 00:00:00 2001 From: Romashka Date: Wed, 18 Dec 2024 16:41:54 +0200 Subject: [PATCH 2/2] typo-Update installation.mdx --- src/pages/cw-multi-test/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/cw-multi-test/installation.mdx b/src/pages/cw-multi-test/installation.mdx index af5afaa4..380a09ec 100644 --- a/src/pages/cw-multi-test/installation.mdx +++ b/src/pages/cw-multi-test/installation.mdx @@ -35,7 +35,7 @@ cw-multi-test = "2" **`MultiTest`** **IS NOT** designed to be used in production code on a real-life blockchain. -## Prerequisities +## Prerequisites ### Rust and Cargo