We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5eb4a commit bd3208dCopy full SHA for bd3208d
readme.md
@@ -4,7 +4,7 @@ cipher-base
4
Abstract base class to inherit from if you want to create streams implementing
5
the same api as node crypto streams.
6
7
-Requires you to implement 2 methods `_final` and `_update`. `_final` takes a
+Requires you to implement 2 methods `_final` and `_update`. `_update` takes a
8
buffer and should return a buffer, `_final` takes no arguments and should return
9
a buffer.
10
0 commit comments