File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,9 @@ Every recipe should include a version or algorithmic marker of some sort in its
8181output in order to allow transparent upgrading of the algorithms in use, as
8282the 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
8988C bindings
9089~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments