Jan Oupický

Results 5 comments of Jan Oupický

Bump. This issue is still happening. Firefox 68.1 for Android I suppose it is because of this https://github.com/mozilla-services/autopush/issues/748

In my work I have switched from threading (https://docs.python.org/3/library/threading.html) to multiprocessing (https://docs.python.org/3/library/multiprocessing.html) and no PARI segfaults. Of course this is not the same thing but it could help someone that...

Hello, I am new to this library so I might be missing something, but from what I understand, you are deprecating EC_Point and replacing it with EC_AffinePoint. My concern is,...

@randombit thank you for the explanation. My use case is similar to SPAKE2, i.e., some PAKE-adjacent constuctions. Specifically, PAPKE (https://eprint.iacr.org/2019/199.pdf) which can be used to build PAKE requires addition of...