Skip to main content
This release is 17 versions behind 0.3.7 — the latest version of @tls/crypto. Jump to latest

@tls/crypto@0.1.5
Built and signed on GitHub Actions

This project implements cryptographic computation from RFC 8446.

This package works with Node.js, Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
70%
Published
3 months ago (0.1.5)

TLS 1.3 - Cryptographic Computation for TLS 1.3

This project implements cryptographic computation from RFC 8446.

Work Status

Completed Work

  • 7.1. Key Schedule

Pending Work

  • 7.2. Updating Traffic Secrets
  • 7.3. Traffic Key Calculation
  • 7.4. (EC)DHE Shared Secret Calculation
  • 7.5. Exporters

Example


References

Donation

License

This project is licensed under the MIT License - see the LICENSE file for details.

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@tls/crypto

Import symbol

import * as crypto from "@tls/crypto";

---- OR ----

Import directly with a jsr specifier

import * as crypto from "jsr:@tls/crypto";

Add Package

npx jsr add @tls/crypto

Import symbol

import * as crypto from "@tls/crypto";

Add Package

yarn dlx jsr add @tls/crypto

Import symbol

import * as crypto from "@tls/crypto";

Add Package

pnpm dlx jsr add @tls/crypto

Import symbol

import * as crypto from "@tls/crypto";

Add Package

bunx jsr add @tls/crypto

Import symbol

import * as crypto from "@tls/crypto";