Skip to main content

point_from_slice

Function point_from_slice 

Source
pub fn point_from_slice(bytes: &[u8], party: &str) -> Result<EdwardsPoint>
Expand description

Decompress a point from a slice, validating both length and curve membership.