[−][src]Crate amcl_wrapper
Re-exports
pub extern crate amcl; |
Modules
| ECCurve | |
| commitment | |
| constants | |
| errors | |
| extension_field_gt | |
| field_elem | |
| group_elem | |
| group_elem_g1 | |
| group_elem_g2 | |
| macros | |
| types | |
| types_g2 | |
| univar_poly | |
| utils |
Macros
| add_field_elems | |
| add_group_elems | |
| check_vector_size_for_equality | |
| impl_group_elem_conversions | |
| impl_group_elem_ops | |
| impl_group_elem_traits | |
| impl_group_elem_vec_conversions | |
| impl_group_elem_vec_ops | |
| pad_collection | Takes a collection of collections and pads them with the given element such that all collections are of same length. Returns the new length. Mutates the collections. |
| univar_polynomial | Creates a new univariate polynomial from given coefficients from lower to higher degree terms |