https://github.com/oreshinya/purescript-crypto
PureScript wrapper for crypto module of NodeJS
https://github.com/oreshinya/purescript-crypto
cryptography nodejs purescript
Last synced: 16 days ago
JSON representation
PureScript wrapper for crypto module of NodeJS
- Host: GitHub
- URL: https://github.com/oreshinya/purescript-crypto
- Owner: oreshinya
- License: mit
- Created: 2017-06-17T08:46:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T13:31:50.000Z (over 2 years ago)
- Last Synced: 2024-04-14T07:43:33.203Z (about 1 year ago)
- Topics: cryptography, nodejs, purescript
- Language: PureScript
- Size: 229 KB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-crypto
[](https://github.com/oreshinya/purescript-crypto/releases)
PureScript wrapper for `crypto` module of NodeJS.
## Installation
### Bower
```
$ bower install purescript-crypto
```### Spago
```
$ spago install crypto
```## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-crypto).
## LICENSE
MIT