UNPKG

ed25519_enc

Version:

A Rust and Node.js library that facilitates secure encryption and decryption by converting Ed25519 keys to X25519 keys. It utilizes elliptic-curve Diffie-Hellman (ECDH) to derive a shared secret, which is then used for symmetric encryption with AES-256-GC

3 lines (2 loc) 84 B
// This module is the ESM entry point for the library. export * from './index.cjs';