https://github.com/samuelmarks/node-argon2
Node wrapper for argon2
https://github.com/samuelmarks/node-argon2
Last synced: 18 days ago
JSON representation
Node wrapper for argon2
- Host: GitHub
- URL: https://github.com/samuelmarks/node-argon2
- Owner: SamuelMarks
- Created: 2015-11-16T11:52:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T10:46:37.000Z (over 10 years ago)
- Last Synced: 2025-01-28T04:32:00.310Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-argon2
===========
## Development
### Dependencies
- [node-gyp](https://github.com/nodejs/node-gyp) + its dependencies, and: `npm install -g node-gyp`
`cd` to directory you've cloned this repository, then run:
node-gyp configure
node-gyp build
Alternatively use CMake. First `npm install -g cmake-js` then:
npm run-script build
Finally if you're using `n` to manage your Node, either:
- symbolically link your header files to /usr/include, or
- append `include_directories` [CMake] and `include_dirs` [gyp]