Browse Source

docs for constructor options

master
Mathias Buus 7 years ago
parent
commit
7e9ae0b169
  1. 4
      README.md

4
README.md

@ -32,9 +32,9 @@ blake2b.ready(function (err) {
## API
#### `var hash = blake2b()`
#### `var hash = blake2b([digestLength], [key], [salt], [personal])`
Create a new hash instance
Create a new hash instance. `digestLength` defaults to `32`.
#### `hash.update(data)`

Loading…
Cancel
Save