Dustin-Ray / capyCRYPT

An experimental high-performance cryptosystem.
MIT License
11 stars 1 forks source link

fix: Incompatible libraries #58

Closed omibo closed 5 months ago

omibo commented 5 months ago

When updating the libraries using cargo update, Capycrypt is not compatible with Tiny_ed448_goldilocks, resulting in a compile-time error.

omibo commented 5 months ago

In the newer version of Tiny_ed448_goldilocks, the functions Scalar.mul_mod_r() and ExtendedPoint::tw_generator() are not defined.

Dustin-Ray commented 5 months ago

thanks for pointing this out. some functions were renamed on the curve library during the last published version. Ive gone ahead and pushed up a fix for this.