You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is the following: element_set_str cannot read strings with base strictly larger than 10 (>10) that are multi-point ( which means in form [[x1, y1], [x2, y2]] ). As an example, we could mention element g of B.L.S. private/public key. To get code that reproduces it, please refer to http://stackoverflow.com/questions/25565897/pbc-on-windows-unable-to-save-element. Inside the aforementioned question there is code, which I personally tested and reproduces the bug BOTH on Windows AND Linux (I used Ubuntu to verify this).
The text was updated successfully, but these errors were encountered:
The problem is the following: element_set_str cannot read strings with base strictly larger than 10 (>10) that are multi-point ( which means in form [[x1, y1], [x2, y2]] ). As an example, we could mention element g of B.L.S. private/public key. To get code that reproduces it, please refer to http://stackoverflow.com/questions/25565897/pbc-on-windows-unable-to-save-element. Inside the aforementioned question there is code, which I personally tested and reproduces the bug BOTH on Windows AND Linux (I used Ubuntu to verify this).
The text was updated successfully, but these errors were encountered: