issues
search
zcash
/
pasta_curves
Rust implementation for zcash/pasta
Other
81
stars
49
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Replace `lazy_static` with `core::cell::OnceCell` once MSRV is at least 1.70
#82
str4d
opened
7 months ago
0
Move `lazy_static/spin_no_std` out of default features and behind a separate feature flag
#81
str4d
opened
7 months ago
0
Point to the RFC process
#80
str4d
closed
11 months ago
0
BEAM Nif integration for Pasta Curves
#79
mariari
opened
1 year ago
0
Add security audit status and warnings to README
#78
defuse
opened
1 year ago
0
Consider implementing (de)serialization for base types (Fp, Fq)
#77
bazzilic
opened
1 year ago
1
Migrate to `group::coordinates`
#76
str4d
opened
1 year ago
1
Migrate to `group::CurveAffine`
#75
str4d
opened
1 year ago
1
Check whether the libsecp256k1 optimization that uses an isomorphic curve is applicable
#74
daira
opened
1 year ago
0
feat: implement UncompressedEncoding
#73
huitseeker
opened
1 year ago
1
Bump codecov/codecov-action from 3.1.1 to 3.1.4
#72
dependabot[bot]
opened
1 year ago
1
Bump codecov/codecov-action from 3.1.1 to 3.1.3
#71
dependabot[bot]
closed
1 year ago
2
Bump codecov/codecov-action from 3.1.1 to 3.1.2
#70
dependabot[bot]
closed
1 year ago
2
`pasta_curves 0.5.1`
#69
str4d
closed
1 year ago
2
Bump MSRV to 1.60
#68
str4d
closed
1 year ago
1
Bump actions/checkout from 2 to 3
#67
dependabot[bot]
closed
1 year ago
1
[DO NOT MERGE] Test 32-bit target
#66
str4d
closed
1 year ago
1
CI updates
#65
str4d
closed
1 year ago
2
Release pasta_curves 0.5.1 with 32-bit sqrt fix
#64
daira
closed
1 year ago
1
Fix an overflow bug in the square root implementation on 32-bit platforms
#63
daira
closed
1 year ago
5
Worth consider asmffi asm implementation for pasta fields?
#62
CPerezz
opened
1 year ago
0
Optimize scalar multiplication with a 4-bit window
#61
kayabaNerve
opened
1 year ago
0
fix to_bytes
#60
mimoo
closed
1 year ago
0
Consider using the add-2007-bl and dbl-2009-l formulae
#59
daira
opened
1 year ago
5
Configure lazy_static to use no_std setup
#58
xxuejie
closed
1 year ago
1
Release 0.5.0
#57
str4d
closed
1 year ago
0
Improve 64-bit to 32-bit limb conversion
#56
vmx
closed
2 years ago
1
Remove `FieldExt` and `Group` traits
#55
str4d
closed
1 year ago
1
Trait cleanups ahead of `FieldExt` removal
#54
str4d
closed
2 years ago
2
Implement serde for Ep, Eq
#53
samuelburnham
closed
2 years ago
1
Migrate to `ff` revision with square root backports
#52
str4d
closed
2 years ago
4
Release 0.4.1
#51
ebfull
closed
2 years ago
0
replace double with bit shift
#50
str4d
opened
2 years ago
2
Reduce code duplication in field implementations
#49
str4d
opened
2 years ago
3
Implement Serde for fields and curves
#48
vmx
closed
2 years ago
8
Add `uninline-portable` feature
#47
krnak
closed
2 years ago
2
alloc independent `hash_to_curve` API
#46
krnak
opened
2 years ago
3
Update to ec-gpu 0.2 release
#45
vmx
closed
2 years ago
3
improve double and refactoring
#44
ashWhiteHat
opened
2 years ago
5
Serde for Affine points
#43
arthurgreef
closed
2 years ago
8
Kill `FieldExt` trait
#42
str4d
closed
1 year ago
0
Kill `CurveExt` and `CurveAffine` traits
#41
str4d
opened
2 years ago
0
Release 0.4.0
#40
str4d
closed
2 years ago
1
Fix book deployment
#39
str4d
closed
2 years ago
1
Book deployment is broken
#38
ebfull
opened
2 years ago
1
`pasta_curves 0.3.1`
#37
str4d
closed
2 years ago
1
Add optional borsh and serde serialization.
#36
parazyd
closed
2 years ago
12
Enable `ec-gpu` to generate MSM and FFT code for `pasta_curves`
#35
str4d
opened
2 years ago
0
Add constructor for `Coordinates`
#34
davidnevadoc
closed
2 years ago
0
Add optional support for borsh (de)serialization via borsh feature for Fp, Fq, Ep, Eq.
#33
parazyd
closed
2 years ago
1
Next