diff options
| author | Will Dillon <william@housedillon.com> | 2025-11-06 18:16:30 +0000 |
|---|---|---|
| committer | Will Dillon <william@housedillon.com> | 2025-11-06 18:16:30 +0000 |
| commit | e26c28bc6be6f24b1532bc19acaa39ecba5f9fec (patch) | |
| tree | 26460e93c6983a10ad7af84d3320d7c5263ff5b3 /src/packet.rs | |
| parent | Switching over to the mac for mac (diff) | |
| download | meshcore-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.rs | 1 |
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 } } |
