# x15-hash

> node-x15-hash ===============

Latest version **0.0.2** (published 2016-03-31) · 0 weekly downloads

## Install

```sh
npm install x15-hash
pnpm add x15-hash
yarn add x15-hash
bun add x15-hash
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2016-03-31 |
| First published | 2016-03-28 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 1 |
| Author | Felix Ugoji |
| Maintainers | fugoji |
| Keywords | x15, kobocoin, xcoin, kobo, hash, 256, crypto, cryptocurrency |

## Links

- npm: https://www.npmjs.com/package/x15-hash
- Repository: https://github.com/kobocoin/node-x15-hash
- Issues: https://github.com/kobocoin/node-x15-hash/issues
- npm.io page: https://npm.io/package/x15-hash

## Dependencies (1)

- [bindings](https://npm.io/package/bindings.md) *

## 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.0.2 (latest) — 2016-03-31
- 0.0.1 — 2016-03-28

## README

node-x15-hash
===============

x15 hashing function for node.js. Useful for various cryptocurrencies.

Usage
-----

Install

    ~


Hash your data

    var x15 = require('x15-hash');

    var data = new Buffer("hash me good bro");
    var hashed = x15digest(data); //returns a 32 byte buffer

    console.log(hashed);
    //<SlowBuffer 0b de 16 ef 2d 92 e4 35 65 c6 6c d8 92 d9 66 b4 3d 65 ..... >

Credits
-------

* Uses scrypt.c written by Colin Percival
* [Neisklar](https://github.com/Neisklar/quarkcoin-hash-python) for the python module this is based off of

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