From fa3a2b02b26db360815be14e564e3bfe0e82021a Mon Sep 17 00:00:00 2001 From: Aumetra Weisman Date: Thu, 23 May 2024 12:02:28 +0200 Subject: [PATCH] Add link to the gas costs --- src/pages/core/standard-library/cryptography.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/core/standard-library/cryptography.mdx b/src/pages/core/standard-library/cryptography.mdx index 5106b5e8..cb6c8b94 100644 --- a/src/pages/core/standard-library/cryptography.mdx +++ b/src/pages/core/standard-library/cryptography.mdx @@ -15,3 +15,7 @@ execution. In the sidebar, you can find all the supported algorithms/curves along with documentation about them. + +If you are looking for a list of gas costs for these operations, you can find +them in the +[source code](https://github.com/CosmWasm/cosmwasm/blob/main/packages/vm/src/environment.rs#L63-L92).