Searched refs:coord_len (Results 1 – 2 of 2) sorted by relevance
67 pub fn coord_len(&self) -> usize { in coord_len() method305 let coord_len = curve.coord_len(); in coordinates_from_pub_key() localVariable306 if pub_key.len() != (1 + 2 * coord_len) { in coordinates_from_pub_key()322 Ok((try_to_vec(&pub_key[1..1 + coord_len])?, try_to_vec(&pub_key[1 + coord_len..])?)) in coordinates_from_pub_key()
342 Ok(Self { ec_key, pending_input: Vec::new(), max_size: curve.coord_len() }) in new()