Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / zkcrypto/ff issues and pull requests
#115 - Make derive work for all primes. Fixes #84.
Pull Request -
State: open - Opened by VictorArcium about 1 month ago
#114 - GF(2^128) operations?
Issue -
State: open - Opened by sjsonucool 4 months ago
#113 - Implement `One` and `Zero` from `num-traits`
Issue -
State: open - Opened by ThomasdenH 6 months ago
- 3 comments
#112 - Small typo fix in `ff-derive`
Pull Request -
State: open - Opened by Pratyush 10 months ago
#111 - Fix typos
Pull Request -
State: open - Opened by GoodDaisy 10 months ago
#110 - Point to the RFC process
Pull Request -
State: closed - Opened by str4d 11 months ago
#109 - Make `Field::random` fallible?
Issue -
State: open - Opened by tarcieri over 1 year ago
#108 - Annoying `Default` requirement for PrimeField::Repr associated type
Issue -
State: closed - Opened by CPerezz over 1 year ago
- 8 comments
#107 - Ambiguous TODO in ff_derive
Issue -
State: open - Opened by CPerezz over 1 year ago
#106 - `PrimeField::Repr` ambiguous endianness
Issue -
State: open - Opened by jonathanpwang over 1 year ago
#105 - Bug in PrimeField for Multiplication operation
Issue -
State: closed - Opened by jayavanth over 1 year ago
- 6 comments
#104 - Fix typos
Pull Request -
State: closed - Opened by rex4539 almost 2 years ago
- 1 comment
#103 - refactor: bump MSRV to `1.60.0` to unify features
Pull Request -
State: open - Opened by Daniel-Aaron-Bloom almost 2 years ago
#102 - chore: readme fix
Pull Request -
State: closed - Opened by Daniel-Aaron-Bloom almost 2 years ago
#101 - refactor: remove `cfg-if` dependency
Pull Request -
State: open - Opened by Daniel-Aaron-Bloom almost 2 years ago
- 1 comment
#100 - feat: support zeroize codegen
Pull Request -
State: open - Opened by Daniel-Aaron-Bloom almost 2 years ago
- 3 comments
#99 - Release 0.13.0
Pull Request -
State: closed - Opened by str4d almost 2 years ago
#98 - More trait changes
Pull Request -
State: closed - Opened by str4d almost 2 years ago
#97 - Add `core::iter::{Sum, Product}` bounds on `Field`
Pull Request -
State: closed - Opened by str4d almost 2 years ago
- 1 comment
#96 - Bump bitvec to 1.0.1
Pull Request -
State: closed - Opened by emlaufer about 2 years ago
#95 - Suggestion: add `Sum` bound on `Field`
Issue -
State: closed - Opened by tarcieri about 2 years ago
- 1 comment
#94 - Add associated constants of type `Self` to `Field` and `PrimeField`
Pull Request -
State: closed - Opened by str4d about 2 years ago
- 5 comments
#93 - Breaking additions to the `Field` trait
Pull Request -
State: closed - Opened by str4d about 2 years ago
- 1 comment
#92 - Release 0.12.1
Pull Request -
State: closed - Opened by str4d about 2 years ago
- 1 comment
#91 - I'm concerned about `bitvec` dependency
Issue -
State: closed - Opened by dpc about 2 years ago
- 1 comment
#90 - Add codegen option instead of derive
Pull Request -
State: open - Opened by amaloz about 2 years ago
- 3 comments
#89 - feat: add `GpuName` trait bounds when `gpu` feature is enabled
Pull Request -
State: closed - Opened by vmx about 2 years ago
- 2 comments
#88 - Use `checked_shr` instead of `>>` in `Field::random`
Pull Request -
State: closed - Opened by amaloz about 2 years ago
- 2 comments
#87 - Consider promoting `Field::{zero, one}` to associated constants
Issue -
State: closed - Opened by tarcieri over 2 years ago
- 2 comments
#86 - add PrimeField::char method
Pull Request -
State: closed - Opened by bchyl over 2 years ago
- 3 comments
#85 - Could `Field::pow_vartime` take a slice of word-sized "limbs" as the exponent?
Issue -
State: open - Opened by tarcieri over 2 years ago
- 1 comment
#84 - ff_derive fails with no sqrt for p = 5 (mod 8) and p = 9 (mod 16)
Issue -
State: open - Opened by bgillesp over 2 years ago
- 2 comments
#83 - chore(derive): allow too_many_args at mont_reduce
Pull Request -
State: closed - Opened by koivunej over 2 years ago
#82 - Release 0.12.0
Pull Request -
State: closed - Opened by ebfull over 2 years ago
#81 - Release 0.11.1 of `ff` and `ff_derive` crates
Pull Request -
State: closed - Opened by ebfull over 2 years ago
#80 - Add `Field::sum_of_products` method
Pull Request -
State: open - Opened by str4d over 2 years ago
- 2 comments
#79 - Add `Field::sum_of_products`
Issue -
State: open - Opened by str4d over 2 years ago
#78 - Bump MSRV to 1.60.0
Issue -
State: open - Opened by str4d over 2 years ago
- 3 comments
#77 - derive(Copy) vs ZeroizeOnDrop
Issue -
State: closed - Opened by rillian over 2 years ago
- 4 comments
#76 - fix derive-inside-macro
Pull Request -
State: closed - Opened by kwantam over 2 years ago
#75 - Doc tests are failing on 1.51 for 0.11 release
Issue -
State: open - Opened by dignifiedquire almost 3 years ago
#74 - Bump MSRV to 1.56.0
Issue -
State: closed - Opened by str4d almost 3 years ago
- 1 comment
#73 - Upgrade bitvec
Pull Request -
State: closed - Opened by koivunej almost 3 years ago
- 3 comments
#72 - Fix bitvec dep leaking
Pull Request -
State: closed - Opened by koivunej almost 3 years ago
- 4 comments
#71 - ff_derive: unnecessary limb required for large modulus (e.g. for NIST P-curves)
Issue -
State: open - Opened by tarcieri almost 3 years ago
#70 - `bitvec` v1.0
Issue -
State: closed - Opened by tarcieri almost 3 years ago
- 2 comments
#69 - Feature `derive` and `bits` are not exclusive
Issue -
State: closed - Opened by Mirko-von-Leipzig almost 3 years ago
- 2 comments
#68 - Switch to subtle-ng
Pull Request -
State: open - Opened by davidrusu almost 3 years ago
- 3 comments
#67 - Add Copy and 'static to `PrimeField::Repr` to `PrimeFieldBits::ReprBits`
Issue -
State: closed - Opened by dignifiedquire about 3 years ago
- 1 comment
#66 - ff 0.11.0
Pull Request -
State: closed - Opened by str4d about 3 years ago
#65 - Enable constant-time usage of trait methods
Pull Request -
State: closed - Opened by str4d about 3 years ago
#64 - Enable constant-time usage of trait methods
Issue -
State: closed - Opened by str4d about 3 years ago
#63 - Extra bounds
Pull Request -
State: closed - Opened by str4d over 3 years ago
#62 - Add `Field: ConstantTimeEq` bound
Issue -
State: closed - Opened by str4d over 3 years ago
- 1 comment
#61 - Add traits and structs for batch inversion using Montgomery's trick
Pull Request -
State: closed - Opened by str4d over 3 years ago
#60 - Feature request: implement left shift on field elements
Issue -
State: closed - Opened by therealyingtong over 3 years ago
- 2 comments
#59 - Release 0.10.0
Pull Request -
State: closed - Opened by ebfull over 3 years ago
#58 - Experiment: backport `ff_derive` x86_64 assembly from `fff` crate
Pull Request -
State: open - Opened by str4d over 3 years ago
- 4 comments
#57 - Remove unused imports
Pull Request -
State: closed - Opened by str4d over 3 years ago
#56 - ff_derive: Fix small moduli
Pull Request -
State: closed - Opened by str4d over 3 years ago
#55 - Add a changelog
Pull Request -
State: closed - Opened by str4d over 3 years ago
#54 - Update to bitvec 0.22
Pull Request -
State: closed - Opened by nuttycom over 3 years ago
- 1 comment
#53 - update Cargo.toml urls to zkcrypto
Pull Request -
State: closed - Opened by dignifiedquire over 3 years ago
#52 - Update to bitvec 0.21.0
Pull Request -
State: closed - Opened by mbrubeck over 3 years ago
- 3 comments
#51 - Release 0.9
Pull Request -
State: closed - Opened by ebfull almost 4 years ago
#50 - Bump bitvec version to 0.20.0
Pull Request -
State: closed - Opened by labbott almost 4 years ago
#49 - Bump `rand_core` dependency to v0.6
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#48 - rand_core v0.6
Issue -
State: closed - Opened by tarcieri almost 4 years ago
#47 - Remove adc/sbb/mac_with_carry
Issue -
State: closed - Opened by ebfull almost 4 years ago
- 1 comment
#46 - EC help, signed ff?
Issue -
State: open - Opened by cheako about 4 years ago
#45 - Hashing to a field element
Issue -
State: open - Opened by tarcieri about 4 years ago
- 10 comments
#44 - ff_derive panics for Fermat primes
Issue -
State: closed - Opened by kwantam about 4 years ago
#43 - Remove From<Self> bounds on PrimeField::Repr
Pull Request -
State: closed - Opened by tarcieri about 4 years ago
- 1 comment
#42 - Add `bits` feature; factor out PrimeFieldBits
Pull Request -
State: closed - Opened by tarcieri about 4 years ago
- 3 comments
#41 - Add `#![forbid(unsafe_code)] attribute
Pull Request -
State: closed - Opened by tarcieri about 4 years ago
- 1 comment
#40 - Alias/re-export bitvec types in public API
Pull Request -
State: closed - Opened by tarcieri about 4 years ago
- 1 comment
#39 - Release 0.8.0
Pull Request -
State: closed - Opened by str4d about 4 years ago
#38 - Remove fmt::Display bound on Field
Pull Request -
State: closed - Opened by str4d about 4 years ago
#37 - Remove fmt::Display bound on Field?
Issue -
State: closed - Opened by tarcieri about 4 years ago
- 1 comment
#36 - Improve documentation of PrimeField constants
Pull Request -
State: closed - Opened by str4d about 4 years ago
#35 - Add Field::cube method with provided implementation
Pull Request -
State: closed - Opened by str4d about 4 years ago
#34 - Switch to Field::random(rng: impl RngCore) -> Self
Pull Request -
State: closed - Opened by str4d about 4 years ago
#33 - Other possible sqrt-related operations
Issue -
State: closed - Opened by str4d about 4 years ago
- 3 comments
#32 - Should Field::invert fail if the input is zero, or return Field::zero?
Issue -
State: closed - Opened by str4d about 4 years ago
- 1 comment
Labels: question
#31 - Add cube method for field elements
Issue -
State: closed - Opened by ebfull about 4 years ago
#30 - Migrate to the bitvec crate for bit iterators
Pull Request -
State: closed - Opened by str4d about 4 years ago
#29 - Test ff_derive crate
Pull Request -
State: closed - Opened by str4d about 4 years ago
#28 - Release 0.7.0
Pull Request -
State: closed - Opened by str4d about 4 years ago
#27 - Basic README example does not work
Issue -
State: closed - Opened by PlaneB over 4 years ago
- 1 comment
#26 - Upgrades num-bigint to 0.3
Pull Request -
State: closed - Opened by e-ivkov over 4 years ago
- 1 comment
#25 - build error
Issue -
State: closed - Opened by lishuailibertine over 4 years ago
- 1 comment
#24 - enabling `zeroize` for field elements
Pull Request -
State: closed - Opened by zhenfeizhang over 4 years ago
#23 - ff 0.6.0
Pull Request -
State: closed - Opened by str4d over 4 years ago
#22 - enabling `zeroize` for field elements
Pull Request -
State: closed - Opened by zhenfeizhang over 4 years ago
- 2 comments
#21 - Remove unneeded extern crate
Pull Request -
State: closed - Opened by ebfull over 4 years ago
#20 - Version inconsistent with crates.io
Issue -
State: closed - Opened by ibalajiarun almost 5 years ago
- 2 comments
#19 - Eigen-style metaprogramming in ff_derive
Issue -
State: open - Opened by hdevalence almost 5 years ago
#18 - enable zeroize
Pull Request -
State: closed - Opened by zhenfeizhang almost 5 years ago
#17 - ff_derive is not updated on crates.io
Issue -
State: closed - Opened by keyvank almost 5 years ago
- 1 comment
#16 - Overhaul traits
Issue -
State: open - Opened by str4d almost 5 years ago
- 14 comments