pub fn precompute(pk: &PublicKey, sk: &SecretKey) -> PrecomputedKeyExpand description
precompute() computes an intermediate key that can be used by seal_precomputed()
and open_precomputed()
pub fn precompute(pk: &PublicKey, sk: &SecretKey) -> PrecomputedKeyprecompute() computes an intermediate key that can be used by seal_precomputed()
and open_precomputed()