react-native-dilithium5aes
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

react-native-dilithium5aes

A high-performance native implementation of the crypto Dilithium algorithm for React Native.

Features

  • High performance: Native C implementation. (JSI).
  • 📱 Supports Expo.

Installation

npm install react-native-dilithium5aes

Usage

import { keyPair, sign, verify } from 'react-native-dilithium5aes'

// ...

const { publicKey, secretKey } = await keyPair()
const { signature } = await sign(message, secretKey)
const verified = await verify(signature, message, publicKey)

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i react-native-dilithium5aes

Weekly Downloads

2

Version

0.2.1

License

MIT

Unpacked Size

209 kB

Total Files

59

Last publish

Collaborators

  • mc-petry