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
All functions that accept inputs from pari must have assertion at the beginning to validate the specific type that GEN (which is a general pointer) points to. for example: https://github.com/KZen-networks/class-groups/blob/master/src/lib.rs#L258 need to add verification that the input is indeed quadratic form.
The text was updated successfully, but these errors were encountered:
All functions that accept inputs from pari must have assertion at the beginning to validate the specific type that GEN (which is a general pointer) points to. for example: https://github.com/KZen-networks/class-groups/blob/master/src/lib.rs#L258 need to add verification that the input is indeed quadratic form.
The text was updated successfully, but these errors were encountered: