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.
2 parents a5873f7 + 8223666 commit bbace7cCopy full SHA for bbace7c
readme.md
@@ -6,7 +6,7 @@ cipher-base
6
Abstract base class to inherit from if you want to create streams implementing
7
the same api as node crypto streams.
8
9
-Requires you to implement 2 methods `_final` and `_update`. `_final` takes a
+Requires you to implement 2 methods `_final` and `_update`. `_update` takes a
10
buffer and should return a buffer, `_final` takes no arguments and should return
11
a buffer.
12
0 commit comments