[][src]Macro amcl_wrapper::split_string_to_2_tuple

macro_rules! split_string_to_2_tuple {
    ( $string:ident, $error:expr ) => { ... };
}

Expects the string to be a concatenation of 2 strings of equal length separated by comma and returns tuple of 2 strings