Rupam
Rupam
> > However I would need some help on defining the ret array in sage as I didn't come across any helpful SageMath docs. > > For arrays, you can...
> > I tried using a dictionary instead of an array. That shouldn't be a problem right? > > Using a table is fine at the moment for proof-of-concept purposes....
I came up with a quite simple solution to this issue, but I am not sure if its actually in constant time. While reading the code I came across a...
@mratsim things are pretty much completed it seems to me. Are we ready to merge this then?
@mratsim As far as I know, sage only supports Weierstrass curves and doesn't support Twisted Edwards curves like Banderwagon and Bandersnatch. So is there any way around this?
> Serialization doesn't need to be defined for the curve. You serialize the points of the curve, not the curve, and it's defined elsewhere. Also, add some tests with specifics...
> Serialization doesn't need to be defined for the curve. You serialize the points of the curve, not the curve, and it's defined elsewhere. Also, add some tests with specifics...
@MauroToscano @diegokingston can this be reviewed and merged if okay?
> great! > > this doesn't require any offchain components, I think we can start with type bindings for the endpoint, then the trait function and then try to implement...
> Apologies for delay and thanks @rupam-04 for reaching out. > > This is a correct description of traits although what I also added is to develop the traits while...