paulmillr / noble-curves

Audited & minimal JS implementation of elliptic curve cryptography.
https://paulmillr.com/noble
MIT License
621 stars 56 forks source link

Access to Fp types and finalExponentiate method #136

Closed Wagalidoom closed 1 month ago

Wagalidoom commented 1 month ago

Hi,

I'm trying to access the finalExponentiate method from Fp12 (screenshot below) but i ran into a typescript error. I'm using typescript v5.4.5.

image

image

Do you have any ideas how to solve this? Thank you.

paulmillr commented 1 month ago

Use ts-ignore for now, will fix later