Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add methods from_affine & double to ProjectivePoint #32

Merged
merged 7 commits into from
Jan 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update lambdaworks version
fmoletta committed Jan 3, 2024
commit 8eb09819516f3dcb40e1696be9edeae473f339dd
6 changes: 2 additions & 4 deletions crates/starknet-types-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,8 +12,7 @@ readme = "README.md"

[dependencies]
bitvec = { version = "1.0.1", default-features = false }
# FIXME: Update after release
lambdaworks-math = {git = "https://github.com/lambdaclass/lambdaworks.git", rev = "7b41a9998d79593286ccd32bca6a8b80fd8ec95d", default-features = false}
lambdaworks-math = { version = "0.4.0", default-features = false}

num-traits = { version = "0.2.16", default-features = false }
num-bigint = { version = "0.4.4", default-features = false }
@@ -25,8 +24,7 @@ lazy_static = { version = "1.4.0", default-features = false, features = [
# Optional
arbitrary = { version = "1.3.0", optional = true }
serde = { version = "1.0.163", optional = true, default-features = false, features = ["alloc"] }
# FIXME: Update after release
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", rev = "7b41a9998d79593286ccd32bca6a8b80fd8ec95d", default-features = false, optional = true }
lambdaworks-crypto = { version = "0.4.0", default-features = false, optional = true }
parity-scale-codec = { version = "3.2.2", default-features = false, optional = true }

[features]