fp2 0.2.0

An efficient, flexible and constant time Rust implementation of the extension field Fp^2 with modulus x^2 + 1
Documentation
[[bench]]
name = "bench_util"
path = "benches/bench_util.rs"

[[bench]]
harness = false
name = "benchmark_fp2"
path = "benches/fp2_bench.rs"

[dependencies.rand_core]
version = "0.6"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.num-bigint]
version = "0.4.3"

[dev-dependencies.sha2]
version = "0.10.2"

[features]
default = ["test_macros"]
test_macros = []

[lib]
name = "fp2"
path = "src/lib.rs"

[package]
authors = ["Giacomo Pope <giacomopope@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "An efficient, flexible and constant time Rust implementation of the extension field Fp^2 with modulus x^2 + 1"
edition = "2024"
homepage = "https://github.com/GiacomoPope/fp2/"
keywords = ["finite", "field", "isogeny", "isogenies"]
license = "MIT OR Apache-2.0"
name = "fp2"
readme = "README.md"
repository = "https://github.com/GiacomoPope/fp2/"
version = "0.2.0"

[[test]]
name = "test_dlp"
path = "tests/test_dlp.rs"

[[test]]
name = "test_fields"
path = "tests/test_fields.rs"