fetch_data
hash- 32-byte SHA256 hash of the data
Ok(Vec<u8>)- The ciphertext dataErr(ProgramError)- If data not found or fetch failed
submit_data
data- The ciphertext bytes to store
Ok([u8; 32])- SHA256 hash of the stored dataErr(ProgramError)- If submission failed