Added test status to README.
Some checks are pending
continuous-integration/drone/push Build is passing
Some checks are pending
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e8837a0721
commit
54ccf6fa37
2 changed files with 12 additions and 0 deletions
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: node
|
||||
commands:
|
||||
- npm install
|
||||
- npm test
|
|
@ -16,6 +16,9 @@ RSA tools. Lightweight. Zero Dependencies. Universal compatibility.
|
|||
* [ ] ECDSA
|
||||
* **Need EC or ECDSA tools?** Check out [Eckles.js](https://git.coolaj86.com/coolaj86/eckles.js)
|
||||
|
||||
## Test Status
|
||||
[![Build Status](https://strong-emu-11.telebit.io/api/badges/jshaver/rasha-fork/status.svg)](https://strong-emu-11.telebit.io/jshaver/rasha-fork)
|
||||
|
||||
## Generate RSA Key
|
||||
|
||||
Achieves the *fastest possible key generation* using node's native RSA bindings to OpenSSL,
|
||||
|
|
Loading…
Reference in a new issue