arkworks-rs / std

A standard library wrapper for use in the `arkworks` ecosystem
https://www.arkworks.rs
Apache License 2.0
37 stars 33 forks source link

Export common traits in `rand` in `ark_std` #21

Closed weikengchen closed 3 years ago

weikengchen commented 3 years ago

This is a draft PR. More changes that handle #20 would appear soon.

Note: It closes #20

weikengchen commented 3 years ago

The current change is to export the interfaces for 0.7 and 0.2, both old versions.

There will be three steps: (1) merge this. (2) modify the downstream to use this instead of rand. (3) bump the version up from here.

weikengchen commented 3 years ago

@Pratyush I don't have permission to this repo and need you to take a look.

By the way, this repo does not have many nice GitHub properties, such as the lovely labels or reviewers.

weikengchen commented 3 years ago

Passed the CI.