verify_prehashed

Function verify_prehashed 

Source
pub fn verify_prehashed<C>(
    pubkey: <C as IntrinsicCurve>::Point,
    prehash: &[u8],
    sig: &[u8],
) -> Result<()>
Expand description

Assumes that sig is proper encoding of r, s.