Skip to content

Commit

Permalink
Apply RFCs from nucypher#40.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Oct 16, 2023
1 parent b7c0678 commit af54c30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ web-based service that performs TACo-based protocol operations for
applications.

Its goal is to simplify and abstract the complexities surrounding the
TACo protocol to negate the need for applications to interact with it
via a Python client. Porter introduces the TACo protocol to
TACo protocol to negate the need for applications to interact with the protocol
directly. Porter introduces the TACo protocol to
cross-platform functionality, including web and mobile applications.

.. image:: ./porter_diagram.png
:target: ./porter_diagram.png


Any publicly available Porter can be used to interface with the
Threshold Network, or some application developers opt to run their
own.
You can utilize any publicly available Porter to interface with the
Threshold Network. Alternatively, some application developers may choose to
operate their own.

Running a Porter Instance
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion porter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def retrieve_cfrags() -> Response:
response = controller(method_name='retrieve_cfrags', control_request=request)
return response

# TODO: do we want to rename this endpoint to not include "cbd"?
# TODO: do we want to rename this endpoint to not include "cbd"? (#43)
@porter_flask_control.route("/cbd_decrypt", methods=["POST"])
def cbd_decrypt() -> Response:
"""Porter control endpoint for executing a CBD decryption request."""
Expand Down

0 comments on commit af54c30

Please sign in to comment.