Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into ceej/all-streaming-…
Browse files Browse the repository at this point in the history
…algos
  • Loading branch information
ceejbot committed Mar 6, 2016
2 parents 5ee2a04 + daff6bf commit ddf395a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Tested on node 0.10, 4.x, and 5.x.

## Usage

Avon exports `sumFile()`, `sumBuffer()`, and `sumStream()` functions to calculate a hash for whatever sort of data you have. All three functions take an optional callback. If no callback is provided, they return promises. Use the flow control method you prefer! The calculated hash is a node Buffer.
Avon exports `sumFile()`, `sumBuffer()`, and `sumStream()` functions to calculate a hash for whatever sort of data you have. All three functions take an optional callback. If no callback is provided, they return promises. Use the control flow method you prefer! The calculated hash is a node Buffer.

If you don't specify an algorithm, the 64-bit single-core `B` algorithm is used.

Expand Down

0 comments on commit ddf395a

Please sign in to comment.