[Pkg-javascript-commits] [node-cipher-base] 08/18: Add api-methods
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 20 19:25:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-cipher-base.
commit 208b33841d3e8a6f5322e54bdf442e1ee0d77590
Author: Zhulduz Zhankenova <zhulduz.zhankenova at crystalnix.com>
Date: Tue Oct 20 16:35:54 2015 +0600
Add api-methods
---
index.js | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/index.js b/index.js
index 901791f..58c9426 100644
--- a/index.js
+++ b/index.js
@@ -27,6 +27,13 @@ CipherBase.prototype.update = function (data, inputEnc, outputEnc) {
}
return outData
}
+
+CipherBase.prototype.setAutoPadding = function () {}
+
+CipherBase.prototype.getAuthTag = function () {}
+
+CipherBase.prototype.setAAD = function () {}
+
CipherBase.prototype._transform = function (data, _, next) {
var err
try {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cipher-base.git
More information about the Pkg-javascript-commits
mailing list