You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@helium/crypto-react-native

Package Overview
Dependencies
Maintainers
7
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helium/crypto-react-native

Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native

5.0.1
latest
npmnpm
Version published
Weekly downloads
169
-49.7%
Maintainers
7
Weekly downloads
 
Created
Source

@helium/crypto-react-native

Getting Started

yarn add @helium/crypto-react-native

@helium/crypto-react-native now uses the @noble/curves and @noble/hashes libraries for cryptographic operations, providing a pure JavaScript implementation without requiring native dependencies.

This package provides the same API as @helium/crypto but is optimized for React Native environments.

API

The package exports cryptographic utilities for:

  • ED25519 key pair generation and management
  • Digital signature creation and verification
  • Secure random number generation
  • SHA-256 hashing
  • Mnemonic seed phrase handling

Benefits

  • Pure JavaScript: No native dependencies required
  • Audited: Uses well-audited Noble cryptography libraries
  • Lightweight: Tree-shakeable and optimized for mobile
  • Secure: Implements industry-standard cryptographic algorithms
  • Compatible: Same API as @helium/crypto

Keywords

helium

FAQs

Package last updated on 14 Jul 2025

Did you know?

Socket

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.

Install

Related posts