@l.x/hashcash-native
v1.0.5
Published
Native hashcash proof-of-work solver for React Native
Readme
hashcash-native
A React Native Nitro Module providing native hashcash proof-of-work solving for iOS and Android.
Overview
This package provides native implementations for computing hashcash proofs, which are used for proof-of-work challenges. Native implementations offer significantly better performance than JavaScript-based solutions.
Structure
android/- Android JNI/Kotlin implementationios/- iOS Swift implementationcpp/- Cross-platform C++ implementation (to be added)src/- TypeScript interface definitionsnitrogen/- Generated Nitro bindings
Development
This package uses Nitro Modules for native bindings.
# Generate Nitro bindings
bun run specs