Skip to content

Commit 8ed72bf

Browse files
committed
add credit to cosmwasm
1 parent 6e241a3 commit 8ed72bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vm/src/checksum.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ use sha2::{Digest, Sha256};
44

55
use crate::Error;
66

7+
/// This is a copy of checksum.rs from https://github.com/CosmWasm/cosmwasm/blob/6082e8a35a193f1365cb3367f77bd87c593a7ae4/packages/vm/src/checksum.rs
8+
///
79
/// A SHA-256 checksum of a Wasm blob, used to identify a Wasm code.
810
/// This must remain stable since this checksum is stored in the blockchain state.
911
///

0 commit comments

Comments
 (0)