We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591e52e commit 785c00dCopy full SHA for 785c00d
package.json
@@ -1,17 +1,17 @@
1
{
2
"name": "aes-js",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"bugs": {
5
"url": "http://github.com/ricmoo/aes-js/issues",
6
- "email": "aes-js@ricmoo.com"
+ "email": "github@ricmoo.com"
7
},
8
"description": "A pure JavaScript implementation of the AES block cipher and all common modes of operation.",
9
"devDependencies": {
10
"nodeunit": "0.9.1"
11
12
"main": "index.js",
13
"scripts": {
14
- "test": "node test/test-aes.js && node test/test-counter.js"
+ "test": "node test/test-aes.js && node test/test-counter.js && node test/test-buffer.js"
15
16
"repository": {
17
"type": "git",
0 commit comments