Skip to content

Commit c6bcabd

Browse files
committed
add comment
1 parent 236e187 commit c6bcabd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/experimental/build/commands/build/wasm_binary/rust/experimental_canister_template/src/init_and_post_upgrade.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ fn seed_from_raw_rand() {
201201
.map_err(|_| "seed must be exactly 32 bytes in length")?,
202202
);
203203

204+
// Seed the internal Azle CSPRNG used for UUID generation. We intentionally do not expose this seed.
204205
seed_internal_csprng(
205206
randomness
206207
.try_into()

0 commit comments

Comments
 (0)