From 816959a8b12097bebe7a7943cff04523858f5ced Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Mon, 21 Jul 2025 15:21:20 -0300 Subject: [PATCH] clarify authentication check not included in the docstrings --- risc0-selective-privacy-poc/core/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/risc0-selective-privacy-poc/core/src/lib.rs b/risc0-selective-privacy-poc/core/src/lib.rs index 853ab40..bde57f9 100644 --- a/risc0-selective-privacy-poc/core/src/lib.rs +++ b/risc0-selective-privacy-poc/core/src/lib.rs @@ -61,7 +61,8 @@ pub fn bytes_to_words(bytes: &[u8; 32]) -> [u32; 8] { /// - does not change account addresses /// - does not change account nonces /// - does not change the `program_owner` field -/// - only reduces the balance of accounts it owns +/// - only reduces the balance of accounts it owns and for which authentication was provided +/// (**NOTE**: this authentication check is **not** included in this proof of concept) /// - preserves the total token supply across all accounts /// /// This function does **not** check that the output accounts are the result of correctly