cryptography-cafe / curve25519-elisabeth

Pure Java implementation of group operations on ristretto255 and Curve25519
Other
26 stars 9 forks source link

Scalar division and invert functions added #38

Open parinayc20 opened 2 years ago

parinayc20 commented 2 years ago

Hey, I have tried to add the Scalar inverse and division functions, which this repository seemed to be missing. Please have a look at it. Thanks, Parinay Chauhan