# bsip

> Siphash 2-4 and all its variations for javascript

Latest version **0.1.9** (published 2019-05-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install bsip
pnpm add bsip
yarn add bsip
bun add bsip
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.9 |
| Published | 2019-05-03 |
| First published | 2018-03-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 3 |
| Unpacked size | 25.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 3 |
| Author | Christopher Jeffrey |
| Maintainers | chjj |
| Keywords | crypto, hash, siphash |

## Links

- npm: https://www.npmjs.com/package/bsip
- Repository: https://github.com/bcoin-org/bsip
- Issues: https://github.com/bcoin-org/bsip/issues
- npm.io page: https://npm.io/package/bsip

## Dependencies (3)

- [nan](https://npm.io/package/nan.md) ^2.13.1
- [bsert](https://npm.io/package/bsert.md) ~0.0.10
- [loady](https://npm.io/package/loady.md) ~0.0.1

## Alternatives

- [@gemini-wallet/core](https://npm.io/package/@gemini-wallet/core.md) — 515.6K weekly downloads
- [utility](https://npm.io/package/utility.md) — 416.6K weekly downloads
- [@primno/dpapi](https://npm.io/package/@primno/dpapi.md) — 7.2K weekly downloads
- [pi-readseek](https://npm.io/package/pi-readseek.md) — 3.7K weekly downloads
- [@emilia-protocol/verify](https://npm.io/package/@emilia-protocol/verify.md) — 1.1K weekly downloads

## Recent versions

- 0.1.9 (latest) — 2019-05-03
- 0.1.8 — 2019-04-01
- 0.1.7 — 2019-03-21
- 0.1.6 — 2019-03-21
- 0.1.5 — 2019-01-22
- 0.1.4 — 2018-11-29
- 0.1.3 — 2018-11-28
- 0.1.2 — 2018-09-29
- 0.1.1 — 2018-07-19
- 0.1.0 — 2018-06-08
- 0.0.2 — 2018-03-12
- 0.0.1 — 2018-03-09

## README

# bsip

Siphash 2-4 and all its variations for javascript.

## Usage

``` js
const bsip = require('bsip');
```

## Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. `</legalese>`

## License

- Copyright (c) 2017, Christopher Jeffrey (MIT License).

See LICENSE for more info.

---
_Source: https://npm.io/package/bsip · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
