Skip to content

Commit 208b338

Browse files
committed
Add api-methods
1 parent bbace7c commit 208b338

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ CipherBase.prototype.update = function (data, inputEnc, outputEnc) {
2727
}
2828
return outData
2929
}
30+
31+
CipherBase.prototype.setAutoPadding = function () {}
32+
33+
CipherBase.prototype.getAuthTag = function () {}
34+
35+
CipherBase.prototype.setAAD = function () {}
36+
3037
CipherBase.prototype._transform = function (data, _, next) {
3138
var err
3239
try {

0 commit comments

Comments
 (0)