ldpc rust

This commit is contained in:
2026-02-11 19:58:43 +01:00
parent a86b96fd5f
commit 8082d4c29b
359 changed files with 5920 additions and 4208 deletions

7
Code/ldpc/Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "ldpc"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.10.0"