Skip to content

Commit

Permalink
fix(kdf): Remove unused constants crypto_kdf_BYTES_M*
Browse files Browse the repository at this point in the history
  • Loading branch information
Lester Kim committed Nov 7, 2018
1 parent 2146449 commit b485c9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions kdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ const isBuffer = require('is-buffer')
/* eslint-disable camelcase */
const {
crypto_kdf_CONTEXTBYTES,
crypto_kdf_BYTES_MAX,
crypto_kdf_BYTES_MIN,
crypto_kdf_KEYBYTES,

crypto_kdf_derive_from_key,
Expand Down
2 changes: 0 additions & 2 deletions test/kdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ const kdf = require('../kdf')
/* eslint-disable camelcase */
const {
crypto_kdf_CONTEXTBYTES,
crypto_kdf_BYTES_MAX,
crypto_kdf_BYTES_MIN,
crypto_kdf_KEYBYTES,
} = require('sodium-universal')

Expand Down

0 comments on commit b485c9c

Please sign in to comment.