Skip to content

Commit 872835e

Browse files
authored
update submitting patches docs to be a bit more true (pyca#5407)
For now best practice is that they should be optional.
1 parent 4a581a9 commit 872835e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/development/submitting-patches.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,9 @@ Every recipe should include a version or algorithmic marker of some sort in its
8181
output in order to allow transparent upgrading of the algorithms in use, as
8282
the algorithms or parameters needed to achieve a given security margin evolve.
8383

84-
APIs at the :doc:`/hazmat/primitives/index` layer should always take an
85-
explicit backend, APIs at the recipes layer should automatically use the
86-
:func:`~cryptography.hazmat.backends.default_backend`, but optionally allow
87-
specifying a different backend.
84+
APIs at the :doc:`/hazmat/primitives/index` and recipes layer should
85+
automatically use the :func:`~cryptography.hazmat.backends.default_backend`,
86+
but optionally allow specifying a different backend.
8887

8988
C bindings
9089
~~~~~~~~~~

0 commit comments

Comments
 (0)