Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Implement Into_Iter for EdwardsPoint and RistrettoPoint #97

Open
CPerezz opened this issue Feb 17, 2020 · 0 comments
Open

Implement Into_Iter for EdwardsPoint and RistrettoPoint #97

CPerezz opened this issue Feb 17, 2020 · 0 comments
Assignees
Labels
end_user_utility This feature provides value for the end-user good first issue Good for newcomers team:R&D Research & Development (Cryptographic Protocol)

Comments

@CPerezz
Copy link
Contributor

CPerezz commented Feb 17, 2020

It would be nice to have an implementation that returns an iterator over the 4 coordinates of a RistrettoPoint or an EdwardsPoint.

Ex:

use zerocaf::edwards::EdwardsPoint;
use zerocaf::traits::Identity();
let identity = EdwardsPoint::Identity();
identity.into_iter().map(|coordinate| do_something_with_cooord(coordinate)).collect();
@CPerezz CPerezz added good first issue Good for newcomers end_user_utility This feature provides value for the end-user labels Feb 17, 2020
@CPerezz CPerezz added this to the Ristretto Release milestone Feb 18, 2020
@LukePearson1 LukePearson1 self-assigned this Mar 5, 2020
@ZER0 ZER0 added the team:R&D Research & Development (Cryptographic Protocol) label Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
end_user_utility This feature provides value for the end-user good first issue Good for newcomers team:R&D Research & Development (Cryptographic Protocol)
Projects
None yet
Development

No branches or pull requests

3 participants