Skip to content

issues Search Results · repo:arkworks-rs/std language:Rust

Filter by

14 results
 (66 ms)

14 results

inarkworks-rs/std (press backspace or delete to remove)

Currently, rand crate is used with version 0.8: https://github.com/arkworks-rs/std/blob/b0cbdeb097b42f61880b3bee19e8dd37258d23a5/Cargo.toml#L16 We should bump this to 0.9 (https://github.com/rust-random/rand/releases/tag/0.9.0) ...
  • tcoratger
  • Opened 
    3 days ago
  • #59

!-- ☺ v ✰ Thanks for opening an issue! ✰ v Before smashing the submit button please review the template. v Please also ensure that this is not a duplicate issue :) ☺ -- ∂ Summary of Bug !-- Concisely ...
  • yymone
  • 1
  • Opened 
    on Nov 16, 2023
  • #46

ark_std::error replaces core::error when not using std, but it winds up woefully inferior to the core::error behind #[feature(error_in_core)]. In particular ark_std::error::Error should ve the downcast* ...
  • burdges
  • 3
  • Opened 
    on Apr 2, 2023
  • #44

Summary UniformRand can be replaced by the providers in rand to reduce code complexity Problem Definition The base field types need to implement Standard: Distribution T as RNG requirement. Example: ...
  • vlopes11
  • 1
  • Opened 
    on Aug 25, 2021
  • #36

Currently, there is a lot of ambiguity in the naming, requiring downstream user to check the original def to get confirmation of what it does. This makes it much clearer. There is also precedent in the ...
  • jon-chuang
  • Opened 
    on Feb 10, 2021
  • #27

Note that this repo we still have the old README from Zexe, and it might be useful to draft a new PR.
D-easy
  • weikengchen
  • 1
  • Opened 
    on Feb 4, 2021
  • #22

This is related to a number of dependabot s ~pledges~ petitions to bump up the version of rand. https://github.com/arkworks-rs/nonnative/pull/22 https://github.com/arkworks-rs/r1cs-std/pull/31 https://github.com/arkworks-rs/utils/pull/15 ...
  • weikengchen
  • Opened 
    on Feb 4, 2021
  • #20

We should add a method either on UniformRand or on a trait thats auto-derivable for traits with UniformRand and Zero, in order to sample non-zero elements Originally posted by @ValarDragon in https://github.com/arkworks-rs/groth16/pull/16#discussion_r543727125 ...
  • ValarDragon
  • 1
  • Opened 
    on Dec 15, 2020
  • #14

Are we migrating to the new trace crate, or has it been completed already, perhaps?
  • jon-chuang
  • 1
  • Opened 
    on Dec 11, 2020
  • #11

It seems that ark-std does not compile in no_std, here s the error: Compiling ark-std v0.1.0 (https://github.com/arkworks-rs/utils/#423b772d) error[E0432]: unresolved import `alloc::sync` Error: ...
  • tsunrise
  • 4
  • Opened 
    on Sep 23, 2020
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub