macro_rules! affine_group_element_from_byte_slices {
    ($($arg: expr),+) => { ... };
}
Expand description

Concatenates provided byte slices and hashes result to a point on the curve. Returns as Affine coordinates.