1.0.7 • Published 7 months ago

@hazae41/chacha20poly1305 v1.0.7

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

ChaCha20Poly1305

ChaCha20Poly1305 adapter for WebAssembly and JS implementations

npm i @hazae41/chacha20poly1305

Node Package 📦

Features

Current features

  • 100% TypeScript and ESM
  • No external dependencies

Usage

Zepar (WebAssembly)

npm i @hazae41/zepar
import { ChaCha20Poly1305 } from "@hazae41/chacha20poly1305"

ChaCha20Poly1305.set(await ChaCha20Poly1305.fromZepar())

Noble (JavaScript)

npm i @noble/ciphers
import { ChaCha20Poly1305 } from "@hazae41/chacha20poly1305"

ChaCha20Poly1305.set(ChaCha20Poly1305.fromNoble())
1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago