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

Implement Iter and IntoIter for Polynomial #174

Closed
CPerezz opened this issue Apr 14, 2020 · 1 comment
Closed

Implement Iter and IntoIter for Polynomial #174

CPerezz opened this issue Apr 14, 2020 · 1 comment
Assignees
Labels
good first issue Good for newcomers team:Core Low Level Core Development Team (Rust)
Milestone

Comments

@CPerezz
Copy link
Contributor

CPerezz commented Apr 14, 2020

It would be nice to avoid having the Vec inside of the Polynomial struct as pub and instead having it private and implement Iter and IntoIter traits for it.

@CPerezz CPerezz added this to the 1.0.1 release milestone Apr 15, 2020
@LukePearson1 LukePearson1 self-assigned this Apr 15, 2020
@ZER0 ZER0 added the team:R&D Research & Development (Cryptographic Protocol) label Jan 14, 2021
@CPerezz CPerezz pinned this issue Feb 1, 2021
@CPerezz CPerezz added the team:Core Low Level Core Development Team (Rust) label Mar 5, 2021
@autholykos autholykos added team:R&D Research & Development (Cryptographic Protocol) and removed team:R&D Research & Development (Cryptographic Protocol) team:Core Low Level Core Development Team (Rust) labels Jul 1, 2021
@autholykos autholykos added team:Core Low Level Core Development Team (Rust) and removed team:R&D Research & Development (Cryptographic Protocol) labels Jul 20, 2021
@ureeves
Copy link
Member

ureeves commented Aug 17, 2023

Closed by #759

@ureeves ureeves closed this as completed Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers team:Core Low Level Core Development Team (Rust)
Projects
None yet
Development

No branches or pull requests

5 participants