Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@rpch/crypto

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Issues
File Explorer

Advanced tools

@rpch/crypto

    0.3.3latest
    npm

Version published
Maintainers
1
Weekly downloads
145
decreased by-45.49%

Weekly downloads

Readme

Source

rpch-crypto

This crate implements the RPCh Crypto protocol as defined by the specs in the parent repository. The implementation is WASM compatible and also exposes a TypeScript API via wasm-bindgen.

Building

Rust >= 1.61 is required. Also wasm-pack is required for building, which can be installed as cargo install wasm-pack.

To install & build, simply run:

make

When rebuilding, don't forget to run make clean first before running make.

Publishing a new release

  1. Create branch based from main with a name like release/<new-version>
  2. Update version with <new-version> in Cargo.toml
  3. Create a PR on GitHub for the new version titled Release <new-version>
  4. Wait for successful release
  5. Merge to main
  6. Create a new release on GitHub titled <new-version> and publish it
    • Also use create new tag option and set it to <new-version>

FAQs

Last updated on 02 Mar 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc