Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scrypt-inc/rabin
- Owner: sCrypt-Inc
- License: other
- Created: 2020-03-27T05:03:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T16:17:31.000Z (7 months ago)
- Last Synced: 2024-10-31T19:55:33.004Z (2 months ago)
- Language: TypeScript
- Size: 171 KB
- Stars: 15
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)