aboutsummaryrefslogtreecommitdiffstats
path: root/src/packet.rs
diff options
context:
space:
mode:
authorWill Dillon <william@housedillon.com>2025-11-06 18:16:30 +0000
committerWill Dillon <william@housedillon.com>2025-11-06 18:16:30 +0000
commite26c28bc6be6f24b1532bc19acaa39ecba5f9fec (patch)
tree26460e93c6983a10ad7af84d3320d7c5263ff5b3 /src/packet.rs
parentSwitching over to the mac for mac (diff)
downloadmeshcore-rs-e26c28bc6be6f24b1532bc19acaa39ecba5f9fec.tar.gz
meshcore-rs-e26c28bc6be6f24b1532bc19acaa39ecba5f9fec.zip
Try to pivot from Dalek to RustCrypto
Diffstat (limited to 'src/packet.rs')
-rw-r--r--src/packet.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packet.rs b/src/packet.rs
index 090b3ec..1c37513 100644
--- a/src/packet.rs
+++ b/src/packet.rs
@@ -135,6 +135,7 @@ impl Default for Packet {
impl Packet {
fn try_decrypt(&mut self, key: SharedSecret) -> bool {
+
false
}
}