# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "isochronous_finite_fields" version = "1.0.1" authors = ["Thijs Raymakers "] description = "Isochronous implementation of GF(2^8) arithmetic" readme = "README.md" keywords = ["finite", "galois", "isochronous", "field", "fields"] categories = ["mathematics", "algorithms", "cryptography", "no-std", "science"] license = "MIT" repository = "https://github.com/ThijsRay/isochronous_finite_fields" [[bench]] name = "mul_inv" harness = false [[bench]] name = "mul" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3.6" [badges.maintenance] status = "as-is"