Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@digitalbazaar/x25519-key-agreement-key-2019

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalbazaar/x25519-key-agreement-key-2019 - npm Package Versions

6.0.0

Diff

Changelog

Source

6.0.0 - 2022-06-02

Changed

  • BREAKING: Convert to module (ESM).
  • BREAKING: Require Node.js >=14.
  • Update dependencies.
  • Lint module.
dlongley
published 5.2.0 •

Changelog

Source

5.2.0 - 2022-05-06

Changed

  • Use @noble/ed25519 to convert public ed25519 keys to x25519.

Fixed

  • Fix broken ed25519 2020 conversion code.
codenamedmitri
published 5.1.1 •

Changelog

Source

5.1.1 - 2021-05-25

Changed

  • BREAKING: Point suite context to its own standalone url (not security/v2).
codenamedmitri
published 5.1.0 •

Changelog

Source

5.1.0 - 2021-04-02

Added

  • Add revoked export tests. (To support CryptoLD's new fromKeyId() method.) Also add includeContext flag to export().
codenamedmitri
published 5.0.1 •

Changelog

Source

5.0.1 - 2021-03-25

Changed

  • Remove env.js, switch to our usual node/browser setup. Should fix webpack problems downstream.
codenamedmitri
published 5.0.0 •

Changelog

Source

5.0.0 - 2021-03-17

Changed

  • Update to use crypto-ld v5.0.
  • BREAKING: Removed helper methods addPublicKey and addPrivateKey.
codenamedmitri
published 4.1.0 •

Changelog

Source

4.1.0 - 2021-03-14

Added

  • fromEdKeyPair() is now an alias for fromEd25519VerificationKey2018() to maintain backwards compatibility. New code should use fromEd25519VerificationKey2020() (or whatever the latest Ed25519 suite is).
codenamedmitri
published 4.0.0 •

Changelog

Source

4.0.0 - 2021-03-11

Changed

  • BREAKING: Rename repo and NPM package name to @digitalbazaar/x25519-key-agreement-key-2019.
  • BREAKING: Rename addEncodedPublicKey() to addPublicKey().
  • BREAKING: Rename addEncryptedPrivateKey() to addPrivateKey().
  • BREAKING: Changed verifyFingerprint() param signature to use named params.
  • BREAKING: Changed fromEdKeyPair() param signature to use named params.
  • BREAKING: Changed convertFromEdPublicKey() param signature to use named params.
  • BREAKING: Changed convertFromEdPrivateKey() param signature to use named params.
  • See also crypto-ld v4.0 Changelog

Purpose and Upgrade Instructions

See crypto-ld v4.0 Purpose and crypto-ld Upgrade from v3.7 notes

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc