VValueChainOperationinvaluechainoperation.hashnode.dev·Jun 13 · 1 min readFor all k, m in {0, 1}^lambda, it is true that Dec(k, Enc(k, m)) = m.use std::ops::BitXor; #[derive(Debug, PartialEq, Eq, Clone, Copy)] pub struct Plaintext(pub u32); #[derive(Debug, PartialEq, Eq, Clone, Copy)] pub struct Key(pub u32); #[derive(Debug, PartialEq, Eq, C00
VValueChainOperationinvaluechainoperation.hashnode.dev·Jun 6 · 1 min readDocker image cannot be editted Only can be rebuiltDocker image cannot be editted only rebuilt is allowed. Ubuntu 22.0400
VValueChainOperationinvaluechainoperation.hashnode.dev·Jun 5 · 1 min readDifference Between Python Dict and JSON Payload(Made by Claude(AI) and myself)Python Dict — both are valid {'selected_function': 'cancel_meeting'} {"selected_function": "cancel_meeting"} JSON — only double quotes are valid {"selected_function": "cancel_meeting"} ✅ {'selected_fu00
VValueChainOperationinvaluechainoperation.hashnode.dev·May 14 · 1 min readThought about thinking n8n and automationI didn't really care about automating script in python or javascript becaue n8n or zapier will solve that issue. But right now it is more important to use python script or java script in services beca00