Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Apr 16, 2017
1 parent 86ba179 commit c234498
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -11,5 +11,5 @@
]
}
},
"version": "0.0.1"
"version": "0.0.2"
}
2 changes: 1 addition & 1 deletion packages/chacha-drbg/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/chacha-drbg",
"version": "0.0.1",
"version": "0.0.2",
"description": "ChaCha20-based DRBG (digital random byte generator)",
"main": "./dist/chacha-drbg.js",
"typings": "./dist/chacha-drbg.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/chacha20poly1305/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/chacha20poly1305",
"version": "0.0.1",
"version": "0.0.2",
"description": "ChaCha20-Poly1305 AEAD (RFC 7539)",
"main": "./dist/chacha20poly1305.js",
"typings": "./dist/chacha20poly1305.d.ts",
Expand All @@ -18,8 +18,8 @@
"@stablelib/aead": "^0.0.1",
"@stablelib/binary": "^0.0.1",
"@stablelib/chacha": "^0.0.1",
"@stablelib/constant-time": "^0.0.1",
"@stablelib/poly1305": "^0.0.1",
"@stablelib/constant-time": "^0.0.2",
"@stablelib/poly1305": "^0.0.2",
"@stablelib/wipe": "^0.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cmac/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/cmac",
"version": "0.0.1",
"version": "0.0.2",
"description": "CMAC message authentication code",
"main": "./dist/cmac.js",
"typings": "./dist/cmac.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@stablelib/blockcipher": "^0.0.1",
"@stablelib/constant-time": "^0.0.1",
"@stablelib/constant-time": "^0.0.2",
"@stablelib/wipe": "^0.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/constant-time/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/constant-time",
"version": "0.0.1",
"version": "0.0.2",
"description": "Algorithmically constant-time utility functions",
"main": "./dist/constant-time.js",
"typings": "./dist/constant-time.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/gcm/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/gcm",
"version": "0.0.1",
"version": "0.0.2",
"description": "GCM authenticated encryption mode with additional data (AEAD)",
"main": "./dist/gcm.js",
"typings": "./dist/gcm.d.ts",
Expand All @@ -18,7 +18,7 @@
"@stablelib/aead": "^0.0.1",
"@stablelib/binary": "^0.0.1",
"@stablelib/blockcipher": "^0.0.1",
"@stablelib/constant-time": "^0.0.1",
"@stablelib/constant-time": "^0.0.2",
"@stablelib/ctr": "^0.0.1",
"@stablelib/wipe": "^0.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hkdf/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/hkdf",
"version": "0.0.1",
"version": "0.0.2",
"description": "HMAC-based Extract-and-Expand Key Derivation Function (HKDF, RFC 5869)",
"main": "./dist/hkdf.js",
"typings": "./dist/hkdf.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@stablelib/hash": "^0.0.1",
"@stablelib/hmac": "^0.0.1",
"@stablelib/hmac": "^0.0.2",
"@stablelib/wipe": "^0.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hmac-drbg/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/hmac-drbg",
"version": "0.0.1",
"version": "0.0.2",
"description": "HMAC DRBG (digital random byte generator, NIST)",
"main": "./dist/hmac-drbg.js",
"typings": "./dist/hmac-drbg.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@stablelib/hash": "^0.0.1",
"@stablelib/hmac": "^0.0.1",
"@stablelib/hmac": "^0.0.2",
"@stablelib/random": "^0.0.1",
"@stablelib/sha256": "^0.0.1",
"@stablelib/wipe": "^0.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/hmac/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/hmac",
"version": "0.0.1",
"version": "0.0.2",
"description": "Hash-based message authentication code (HMAC)",
"main": "./dist/hmac.js",
"typings": "./dist/hmac.d.ts",
Expand All @@ -14,7 +14,7 @@
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json"
},
"dependencies": {
"@stablelib/constant-time": "^0.0.1",
"@stablelib/constant-time": "^0.0.2",
"@stablelib/hash": "^0.0.1",
"@stablelib/wipe": "^0.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nacl/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/nacl",
"version": "0.0.1",
"version": "0.0.2",
"description": "Implementation of secretbox and box from NaCl (Networking and Cryptography Library)",
"main": "./dist/nacl.js",
"typings": "./dist/nacl.d.ts",
Expand All @@ -15,7 +15,7 @@
"bench": "node ./dist/secretbox.bench.js"
},
"dependencies": {
"@stablelib/poly1305": "^0.0.1",
"@stablelib/poly1305": "^0.0.2",
"@stablelib/random": "^0.0.1",
"@stablelib/wipe": "^0.0.1",
"@stablelib/x25519": "^0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/pbkdf2/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/pbkdf2",
"version": "0.0.1",
"version": "0.0.2",
"description": "PBKDF2 (Password-based key derivation function)",
"main": "./dist/pbkdf2.js",
"typings": "./dist/pbkdf2.d.ts",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@stablelib/binary": "^0.0.1",
"@stablelib/hash": "^0.0.1",
"@stablelib/hmac": "^0.0.1",
"@stablelib/hmac": "^0.0.2",
"@stablelib/wipe": "^0.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/poly1305/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/poly1305",
"version": "0.0.1",
"version": "0.0.2",
"description": "Poly1305 one-time message authentication code",
"main": "./dist/poly1305.js",
"typings": "./dist/poly1305.d.ts",
Expand All @@ -15,7 +15,7 @@
"bench": "node ./dist/poly1305.bench.js"
},
"dependencies": {
"@stablelib/constant-time": "^0.0.1",
"@stablelib/constant-time": "^0.0.2",
"@stablelib/wipe": "^0.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/scrypt/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/scrypt",
"version": "0.0.1",
"version": "0.0.2",
"description": "Scrypt sequential memory-hard key derivation function (RFC 7914)",
"main": "./dist/scrypt.js",
"typings": "./dist/scrypt.d.ts",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@stablelib/binary": "^0.0.1",
"@stablelib/int": "^0.0.1",
"@stablelib/pbkdf2": "^0.0.1",
"@stablelib/pbkdf2": "^0.0.2",
"@stablelib/sha256": "^0.0.1",
"@stablelib/wipe": "^0.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/test",
"version": "0.0.1",
"version": "0.0.2",
"description": "StableLib testing helper functions",
"main": "./dist/test.js",
"typings": "./dist/test.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/tss/package.json
@@ -1,6 +1,6 @@
{
"name": "@stablelib/tss",
"version": "0.0.1",
"version": "0.0.2",
"description": "Threshold Secret Sharing (TSS and RTSS, IETF draft-mcgrew-tss-03)",
"main": "./dist/tss.js",
"typings": "./dist/tss.d.ts",
Expand All @@ -15,7 +15,7 @@
"bench": "node ./dist/tss.bench.js"
},
"dependencies": {
"@stablelib/constant-time": "^0.0.1",
"@stablelib/constant-time": "^0.0.2",
"@stablelib/gf256": "^0.0.1",
"@stablelib/hash": "^0.0.1",
"@stablelib/random": "^0.0.1",
Expand Down

0 comments on commit c234498

Please sign in to comment.