Function hotboot::recover [] [src]

pub fn recover(data: HiddenData, secret: Vec<u8>) -> Result<Vec<u8>, Error>

Recovers data hidden with secret secret.

Please note secret will be erased at the end of this function, so that it is hard to forget cleaning it up.