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

Re-export traits CurveAffine, CurveProjective, EncodedPoint #19

Open
webmaster128 opened this issue Aug 17, 2020 · 1 comment · May be fixed by #21
Open

Re-export traits CurveAffine, CurveProjective, EncodedPoint #19

webmaster128 opened this issue Aug 17, 2020 · 1 comment · May be fixed by #21

Comments

@webmaster128
Copy link

In order to use this library, I had to re-export the following symbols

diff --git a/src/lib.rs b/src/lib.rs
index 4d4c14c..fa98e0d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -28,7 +28,7 @@ pub use self::hash_to_field::{hash_to_field, BaseFromRO, ExpandMsgXmd, ExpandMsg
 pub use self::signum::{Sgn0Result, Signum0};
 
 use fff::{Field, PrimeField, ScalarEngine, SqrtField};
-use groupy::{CurveAffine, CurveProjective};
+pub use groupy::{CurveAffine, CurveProjective, EncodedPoint};
 
 #[cfg(feature = "serde")]
 #[macro_use]

Is this expected? Should I create a PR for that?

@dignifiedquire
Copy link

yes makes sense

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants