0.1.1 • Published 6 years ago

scrypt-wasm v0.1.1

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

scrypt-wasm

Scrypt crypto library in Web Assembly

Prerequisities

  • This project requires Rust 1.30.0 or later.

Build

$ make

Usage

$ npm install -D scrypt-wasm

#Javascript

import('scrypt-wasm').then((wasm)=>{
    console.log(wasm.scrypt('password in hex', 'salt in hex', n, r, p))
})
0.1.1

6 years ago

0.1.0

6 years ago