Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
kobigurk committed Nov 7, 2020
1 parent 4370c68 commit 3563471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions algebra-core/src/curves/cuda/scalar_mul/kernel_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ macro_rules! impl_scalar_mul_kernel {
#[dependencies("accel-core" = { git = "https://github.com/jon-chuang/accel", package = "accel-core" })]
#[dependencies("algebra-core" = { git = "https://github.com/celo-org/zexe", branch = "master", package = "algebra-core", default_features = false})]
#[dependencies("algebra" = { git = "https://github.com/celo-org/zexe", branch = "master", package = "algebra", default_features = false, features = [$curve_string]})]
#[allow(dead_code)]
pub mod scalar_mul {
use algebra::{$curve::$ProjCurve};
use algebra_core::{curves::ProjectiveCurve, fields::PrimeField, FpParameters, Zero};
Expand Down

0 comments on commit 3563471

Please sign in to comment.