<dtclass="important tag-deprecated">Deprecated:</dt><dd><ulclass="dummy"><li>This maybe confuse with Buffer in node.js. Please use arrayBuffer instead.</li></ul></dd>
<h2>Installation</h2><p>You can also install js-md4 by using Bower.</p>
<h2>Installation</h2><p>You can also install js-md4 by using Bower.</p>
<preclass="prettyprint source"><code>bower install js-md4</code></pre><p>For node.js, you can use this command to install:</p>
<preclass="prettyprint source"><code>bower install js-md4</code></pre><p>For node.js, you can use this command to install:</p>
<preclass="prettyprint source"><code>npm install js-md4</code></pre><h2>Usage</h2><p>You could use like this:</p>
<preclass="prettyprint source"><code>npm install js-md4</code></pre><h2>Notice</h2><p><code>buffer</code> method is deprecated. This maybe confuse with Buffer in node.js. Please use <code>arrayBuffer</code> instead.</p>
<h2>Usage</h2><p>You could use like this:</p>
<preclass="prettyprint source lang-JavaScript"><code>md4('Message to hash');
<preclass="prettyprint source lang-JavaScript"><code>md4('Message to hash');
var hash = md4.create();
var hash = md4.create();
hash.update('Message to hash');
hash.update('Message to hash');
hash.hex();</code></pre><p>If you use node.js, you should require the module first:</p>
hash.hex();</code></pre><p>If you use node.js, you should require the module first:</p>
md4.buffer(''); // ArrayBuffer</code></pre><h2>License</h2><p>The project is released under the <ahref="http://www.opensource.org/licenses/MIT">MIT license</a>.</p>
md4.arrayBuffer(''); // ArrayBuffer</code></pre><h2>License</h2><p>The project is released under the <ahref="http://www.opensource.org/licenses/MIT">MIT license</a>.</p>
<h2>Contact</h2><p>The project's website is located at https://github.com/emn178/js-md4<br>Author: Yi-Cyuan Chen</p></article>
<h2>Contact</h2><p>The project's website is located at https://github.com/emn178/js-md4<br>Author: Chen, Yi-Cyuan (emn178@gmail.com)</p></article>
</section>
</section>
@ -92,7 +93,7 @@ md4.buffer(''); // ArrayBuffer</code></pre><h2>License</h2><p>The project is rel
<brclass="clear">
<brclass="clear">
<footer>
<footer>
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Mon Dec 28 2015 11:56:02 GMT+0800 (CST)
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Jan 23 2017 15:12:38 GMT+0800 (CST)