2.1.4 • Published 7 months ago

@hazae41/x25519 v2.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

X25519

X25519 adapter for WebAssembly and JS implementations

npm i @hazae41/x25519

Node Package 📦

Features

Current features

  • 100% TypeScript and ESM
  • No external dependencies

Usage

Safe (WebCrypto)

https://github.com/tQsW/webcrypto-curve25519/blob/master/explainer.md

import { X25519 } from "@hazae41/x25519"

X25519.set(await X25519.fromSafe())

Berith (WebAssembly)

npm i @hazae41/berith
import { X25519 } from "@hazae41/x25519"

X25519.set(await X25519.fromSafeOrBerith())

Noble (JavaScript)

npm i @noble/curves
import { X25519 } from "@hazae41/x25519"

X25519.set(await X25519.fromSafeOrNoble())
2.1.2

8 months ago

2.1.1

8 months ago

2.0.2

10 months ago

2.1.4

7 months ago

2.1.3

7 months ago

2.1.0

8 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.0

1 year ago