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).