Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scrypt-inc/rabin

A library for Rabin Signature
https://github.com/scrypt-inc/rabin

Last synced: 2 months ago
JSON representation

A library for Rabin Signature

Awesome Lists containing this project

README

        

[![Build Status](https://app.travis-ci.com/sCrypt-Inc/rabin.svg?branch=master)](https://app.travis-ci.com/sCrypt-Inc/rabin)

# A Javascript Library for Rabin Signatures
[Rabin signature algorithm](https://en.wikipedia.org/wiki/Rabin_signature_algorithm) is a method of digital signature.

## Installation

```bash
npm install rabinsig
```

## Run example

```bash
npm run example
```

## Other implementations

- [Python](./py)
- [Golang](./golang)