Skip to main content

sort_ff_get_size

Function sort_ff_get_size 

Source
pub unsafe extern "C" fn sort_ff_get_size(sort: Sort) -> *const c_char
Expand description

Get the size of a finite field sort. @param sort The sort. @return The size of the finite field sort. @note The returned char* pointer is only valid until the next call to this function.