
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@mattrglobal/pairing-crypto-rn
Advanced tools
A native module implementation of the 'pairing crypto' crate for React Native
The following directory contains a native module implementation of the "pairing crypto" crate for usage in the React Native ecosystem.
With npm
npm install @mattrglobal/pairing-crypto-rn
Or yarn
yarn add @mattrglobal/pairing-crypto-rn
import { bbs } from '@mattrglobal/pairing-crypto-rn';
const keyPair = await bbs.bls12381_sha256.generateKeyPair();
We use Yarn as the package manager for this library
To install the required dependencies run
yarn install --frozen-lockfile
yarn bootstrap
To build the library run
This command will build build all the dependant native wrappers and copy the build artifacts into the React Native wrapper to be available to consume.
yarn build:all
To run the local app on iOS
yarn example ios
To run the local app on Android
yarn example android
To run the Detox E2E tests on iOS
yarn detox:build:ios
yarn detox:ios
To run the Detox E2E tests on Android
yarn detox:build:android
yarn detox:android
FAQs
A native module implementation of the 'pairing crypto' crate for React Native
The npm package @mattrglobal/pairing-crypto-rn receives a total of 1,284 weekly downloads. As such, @mattrglobal/pairing-crypto-rn popularity was classified as popular.
We found that @mattrglobal/pairing-crypto-rn demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.