Update READMEs & add SECURITY.md (#78)

This commit is contained in:
Jean-Philippe Bossuat
2025-08-20 20:52:59 +02:00
committed by GitHub
parent 3b94ab047e
commit ccd94e36cc
256 changed files with 1982 additions and 31869 deletions

61
Cargo.lock generated
View File

@@ -353,25 +353,7 @@ dependencies = [
"cmake",
"criterion",
"itertools 0.14.0",
"poulpy-hal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand",
"rand_chacha",
"rand_core",
"rand_distr",
"rug",
]
[[package]]
name = "poulpy-backend"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0c6c0ad35bd5399e72a7d51b8bad5aa03e54bfd63bf1a09c4a595bd51145ca6"
dependencies = [
"byteorder",
"cmake",
"criterion",
"itertools 0.14.0",
"poulpy-hal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"poulpy-hal",
"rand",
"rand_chacha",
"rand_core",
@@ -386,22 +368,8 @@ dependencies = [
"byteorder",
"criterion",
"itertools 0.14.0",
"poulpy-backend 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"poulpy-hal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rug",
]
[[package]]
name = "poulpy-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34afc307c185e288395d9f298a3261177dc850229e2bd6d53aa4059ae7e98cab"
dependencies = [
"byteorder",
"criterion",
"itertools 0.14.0",
"poulpy-backend 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"poulpy-hal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"poulpy-backend",
"poulpy-hal",
"rug",
]
@@ -420,32 +388,15 @@ dependencies = [
"rug",
]
[[package]]
name = "poulpy-hal"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63312a7be7c5fd91e1f5151735d646294a4592d80027d8e90778076b2070a0ec"
dependencies = [
"byteorder",
"cmake",
"criterion",
"itertools 0.14.0",
"rand",
"rand_chacha",
"rand_core",
"rand_distr",
"rug",
]
[[package]]
name = "poulpy-schemes"
version = "0.1.1"
dependencies = [
"byteorder",
"itertools 0.14.0",
"poulpy-backend 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"poulpy-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"poulpy-hal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"poulpy-backend",
"poulpy-core",
"poulpy-hal",
]
[[package]]