Skip to content

Commit

Permalink
Major rewrite using filters instead of streams
Browse files Browse the repository at this point in the history
This change should be transparent for the plugins as the rest of the API has
not changed and the tests have already been converted to use the filters.
  • Loading branch information
fpoirotte committed Jul 30, 2017
1 parent aabac4d commit bc2d6b3
Show file tree
Hide file tree
Showing 26 changed files with 1,038 additions and 973 deletions.
2 changes: 1 addition & 1 deletion docs/src/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Also, very few of those extensions support on-the-fly encryption/decryption.

Cryptal was created to work around these issues by providing a unified
interface & transparent support for on-the-fly encryption/decryption
using stream wrappers.
using stream filters.

.. vim: ts=4 et
Loading

0 comments on commit bc2d6b3

Please sign in to comment.