We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e241a3 commit 8ed72bfCopy full SHA for 8ed72bf
packages/vm/src/checksum.rs
@@ -4,6 +4,8 @@ use sha2::{Digest, Sha256};
4
5
use crate::Error;
6
7
+/// This is a copy of checksum.rs from https://github.com/CosmWasm/cosmwasm/blob/6082e8a35a193f1365cb3367f77bd87c593a7ae4/packages/vm/src/checksum.rs
8
+///
9
/// A SHA-256 checksum of a Wasm blob, used to identify a Wasm code.
10
/// This must remain stable since this checksum is stored in the blockchain state.
11
///
0 commit comments