Function from_vdf_with_key

Source
pub fn from_vdf_with_key<'a, T: Deserialize<'a>>(
    vdf: Vdf<'a>,
) -> Result<(T, Key<'a>)>