mirror of
https://github.com/vacp2p/mdsecheck.git
synced 2026-01-09 05:18:01 -05:00
20 lines
762 B
TOML
20 lines
762 B
TOML
[package]
|
|
name = "mdsecheck"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
description = "Tools for generating unconditionally secure square Cauchy MDS matrices over prime finite fields for partial substitution-permutation networks, which are widespread designs of symmetric ciphers and hash functions."
|
|
documentation = "https://github.com/vacp2p/mdsecheck"
|
|
homepage = "https://vac.dev/rlog/mdsecheck-method"
|
|
keywords = ["mds-matrices", "spn", "hash-functions", "symmetric-ciphers", "cryptography"]
|
|
repository = "https://github.com/vacp2p/mdsecheck"
|
|
|
|
[dependencies]
|
|
ark-ff = { version = "0.5.0", default-features = false, features = ["asm"] }
|
|
ark-poly = "0.5.0"
|
|
indexmap = "2.7.1"
|
|
rand = "0.8.5"
|
|
|
|
[dev-dependencies]
|
|
ark-bn254 = "0.5.0"
|
|
rand_chacha = "0.3.0" |