aboutsummaryrefslogtreecommitdiffstats
path: root/src/packet.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* run cargo fmtHEADmains-ol2025-12-161-75/+122
|
* Getting closer to no-std being doneWill Dillon2025-12-041-76/+90
|
* Better than 90% everywhere.Will Dillon2025-11-171-18/+15
| | | | Still working on understanding response cleartext
* Updated TOML formate and added testWill Dillon2025-11-131-2/+3
|
* Refactored packet_content and added way more testsWill Dillon2025-11-131-6/+50
|
* Added more packetsWill Dillon2025-11-121-5/+15
|
* Squelch some warningsWill Dillon2025-11-081-2/+2
|
* Made it work in MeshTNC and did some more descriptionsWill Dillon2025-11-081-2/+9
|
* Getting pretty close to finishedWill Dillon2025-11-081-11/+67
|
* Decryption is working!Will Dillon2025-11-071-758/+55
|
* Try moving from PrivateKey to Static SecretWill Dillon2025-11-071-2/+2
|
* Finally building again; what a nightmareWill Dillon2025-11-061-1/+1
|
* Try to pivot from Dalek to RustCryptoWill Dillon2025-11-061-0/+1
|
* Switching over to the mac for macWill Dillon2025-11-061-122/+162
|
* Ran clippyWill Dillon2025-11-061-28/+25
|
* All the packet types pass testsWill Dillon2025-11-061-18/+140
|
* 2/3 of packets pass testsWill Dillon2025-11-061-24/+318
|
* Advert tests passWill Dillon2025-11-061-9/+145
|
* Packet header tests passWill Dillon2025-11-061-28/+190
|
* Initial commitWill Dillon2025-11-051-0/+259