Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBielak committed Dec 10, 2019
1 parent aabce02 commit 3eedcc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ crypt.decrypt(sharedKey, encryptedData).then(function (decryptedData) {
})

// Other Crypto Features
// Derives hash from passphrase
// Derive hash from passphrase
/*
* passphrase: String | default: undefined
* salt: ArrayBuffer | default: undefined
Expand Down
2 changes: 1 addition & 1 deletion src/OpenCrypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ export default class OpenCrypto {

/**
*
* Derive hash from passphrase
* Derives hash from passphrase
* - passphrase {String} default: "undefined" passphrase string
* - salt {ArrayBuffer} default: "undefined" salt
* - iterations {Number} default: "64000" number of iterations
Expand Down

0 comments on commit 3eedcc6

Please sign in to comment.