Skip to content

Commit

Permalink
Fix/err (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta authored Dec 19, 2024
2 parents b185cfb + 630c1e7 commit 3c554cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/core/standard-library/cryptography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pages/cw-multi-test/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cw-multi-test = "2"
**`MultiTest`** **IS NOT** designed to be used in production code on a real-life blockchain.
</Callout>

## Prerequisities
## Prerequisites

### Rust and Cargo

Expand Down

0 comments on commit 3c554cd

Please sign in to comment.