From d5851eb9103cdc94edb538f5862bf677852bf17f Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Tue, 7 Sep 2021 11:58:54 -0700 Subject: [PATCH] Add a newsfragment for #2730 --- newsfragments/2730.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/2730.feature.rst diff --git a/newsfragments/2730.feature.rst b/newsfragments/2730.feature.rst new file mode 100644 index 000000000..5e718772e --- /dev/null +++ b/newsfragments/2730.feature.rst @@ -0,0 +1 @@ +Simplifies the retrieval protocol (see `#259 `_ for the discussion). ``PolicyMessageKit`` is renamed to ``MessageKit``. ``Bob.retrieve()`` is renamed to ``retrieve_and_decrypt()``, and its signature is simplified: it only requires the treasure map, Alice's verifying key, and the policy encrypting key. A lower-level ``Bob.retrieve()`` is added that does not decrypt, but only attempts to retrieve the capsule frags.