Skip to content

Commit 3b34546

Browse files
committed
christian's branch
1 parent ceba06c commit 3b34546

4 files changed

Lines changed: 25 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
cust = { git = "https://github.com/Rust-GPU/Rust-CUDA.git" }
7+
cust = { git = "https://github.com/LegNeato/Rust-CUDA.git", rev = "5bfda9ad027bfe1829c5c7263908ec0ed124c528" }
88
hex = "0.4.3"
99
rand = "0.8"
1010

1111
[build-dependencies]
12-
cuda_builder = { git = "https://github.com/Rust-GPU/Rust-CUDA.git" }
12+
cuda_builder = { git = "https://github.com/LegNeato/Rust-CUDA.git", rev = "5bfda9ad027bfe1829c5c7263908ec0ed124c528" }

kernel/Cargo.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kernel/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ edition = "2024"
77
crate-type = ["cdylib", "rlib"]
88

99
[dependencies]
10-
cuda_std = { git = "https://github.com/Rust-GPU/Rust-CUDA.git" }
11-
curve25519-dalek = { git = "https://github.com/brandonros/curve25519-dalek.git", rev = "5c453288e39eed68697c3a689f7adf14a3a93ef3", default-features = false, features = ["alloc", "precomputed-tables", "cuda"] }
10+
cuda_std = { git = "https://github.com/LegNeato/Rust-CUDA.git", rev = "5bfda9ad027bfe1829c5c7263908ec0ed124c528" }
11+
#curve25519-dalek = { git = "https://github.com/brandonros/curve25519-dalek.git", rev = "5c453288e39eed68697c3a689f7adf14a3a93ef3", default-features = false, features = ["alloc", "precomputed-tables", "cuda"] }
12+
curve25519-dalek = { version = "4.1.3", default-features = false, features = ["alloc", "precomputed-tables"] }
1213

1314
[build-dependencies]
14-
cuda_builder = { git = "https://github.com/Rust-GPU/Rust-CUDA.git" }
15+
cuda_builder = { git = "https://github.com/LegNeato/Rust-CUDA.git", rev = "5bfda9ad027bfe1829c5c7263908ec0ed124c528" }

0 commit comments

Comments
 (0)