Compare changes
+2
−2
Original line number | Original line | Diff line number | Diff line |
---|---|---|---|
[package]
|
[package]
|
||
name = "ham-cats"
|
name = "ham-cats"
|
||
version = "0.1.0"
|
version = "0.2.2"
|
||
edition = "2021"
|
edition = "2021"
|
||
license = "MIT"
|
license = "MIT"
|
||
description = "Reference implementations for CATS, the ham radio protocol"
|
description = "Reference implementations for CATS, the ham radio protocol"
|
||
@@ -14,6 +14,6 @@ bitvec = { version = "1.0.1", default-features = false } | |||
crc = "3.0.1"
|
crc = "3.0.1"
|
||
encoding_rs = { version = "0.8.33", default-features = false }
|
encoding_rs = { version = "0.8.33", default-features = false }
|
||
half = { version = "2.3.1", default-features = false }
|
half = { version = "2.3.1", default-features = false }
|
||
labrador-ldpc = "1.1"
|
labrador-ldpc = "1.2.1"
|
||
paste = "1.0.14"
|
paste = "1.0.14"
|
||
snafu = { version = "0.7.5", default-features = false } |
snafu = { version = "0.7.5", default-features = false } |
LICENSE.md
0 → 100644
+26
−0
+2
−4
+6
−1
fuzz/fuzz_targets/fuzz_target_4.rs
0 → 100644
+16
−0
+18
−18
src/identity.rs
0 → 100644
+19
−0
+56
−0
+152
−1
+3
−1
+120
−23
src/soft_bit.rs
0 → 100644
+40
−0
+76
−4
+113
−51
+150
−5
+161
−151
+79
−5