mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-08 04:34:02 -05:00
This PR adds support of the m31 Field --------- Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com>
20 lines
440 B
TOML
20 lines
440 B
TOML
[package]
|
|
name = "icicle-m31"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
description = "Rust wrapper for the CUDA implementation of m31 prime field by Ingonyama"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
icicle-core = { workspace = true }
|
|
icicle-cuda-runtime = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1.50"
|
|
|
|
[features]
|
|
default = []
|
|
devmode = ["icicle-core/devmode"]
|